How To Install heimdal-multidev on Kali Linux
Introduction
In this tutorial we learn how to install heimdal-multidev
on Kali Linux.
What is heimdal-multidev
heimdal-multidev is:
Heimdal is a free implementation of Kerberos 5 that aims to be compatible with MIT Kerberos.
This package provides versions of the Heimdal development files that can be installed along-side MIT Kerberos development files. Normally, heimdal-dev should be used. However if a package needs to build against both Heimdal Kerberos and MIT Kerberos, then the multidev package should be used.
There are three methods to install heimdal-multidev
on Kali Linux. We can use apt-get
, apt
and aptitude
. In the following sections we will describe each method. You can choose one of them.
Install heimdal-multidev Using apt-get
Update apt database with apt-get
using the following command.
After updating apt database, We can install heimdal-multidev
using apt-get
by running the following command:
Install heimdal-multidev Using apt
Update apt database with apt
using the following command.
After updating apt database, We can install heimdal-multidev
using apt
by running the following command:
Install heimdal-multidev Using aptitude
If you want to follow this method, you might need to install aptitude on Kali Linux first since aptitude is usually not installed by default on Kali Linux. Update apt database with aptitude
using the following command.
After updating apt database, We can install heimdal-multidev
using aptitude
by running the following command:
How To Uninstall heimdal-multidev on Kali Linux
To uninstall only the heimdal-multidev
package we can use the following command:
Uninstall heimdal-multidev And Its Dependencies
To uninstall heimdal-multidev
and its dependencies that are no longer needed by Kali Linux, we can use the command below:
Remove heimdal-multidev Configurations and Data
To remove heimdal-multidev
configuration and data from Kali Linux we can use the following command:
Remove heimdal-multidev configuration, data, and all of its dependencies
We can use the following command to remove heimdal-multidev
configurations, data and all of its dependencies, we can use the following command:
Dependencies
heimdal-multidev have the following dependencies:
- comerr-dev
- libasn1-8-heimdal
- libgssapi3-heimdal
- libhcrypto4-heimdal
- libhdb9-heimdal
- libheimbase1-heimdal
- libhx509-5-heimdal
- libkadm5clnt7-heimdal
- libkadm5srv8-heimdal
- libkafs0-heimdal
- libkdc2-heimdal
- libkrb5-26-heimdal
- libwind0-heimdal
- libotp0-heimdal
- libsl0-heimdal
- libc6
- libcom-err2
- libroken18-heimdal
References
Summary
In this tutorial we learn how to install heimdal-multidev
package on Kali Linux using different package management tools: apt
, apt-get
and aptitude
.