Install libshisa-dev
Installing libshisa-dev package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install libshisa-dev
libshisa-dev package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | libshisa-dev |
version | 1.0.2-6+b1 |
description | Development files for the Shishi Kerberos v5 KDC database library |
subsection | libdevel |
website | gnu.org / software / shishi / |
maintainer | Debian Shishi Team |
Uninstall libshisa-dev
To remove just libshisa-dev package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove libshisa-dev
Uninstall libshisa-dev and it’s dependent packages
To remove the libshisa-dev package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove libshisa-dev
Purging libshisa-dev
If you also want to delete configuration and/or data files of libshisa-dev from Debian Sid then this will work:
sudo apt-get purge libshisa-dev
To delete configuration and/or data files of libshisa-dev and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove libshisa-dev