Install libqpol1
Installing libqpol1 package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install libqpol1
libqpol1 package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | libqpol1 |
version | 3.3.8+20151215-2 |
description | Security Enhanced Linux policy abstraction library |
subsection | libs |
website | github.com / TresysTechnology / setools3 / wiki |
maintainer | Debian SELinux maintainers |
Uninstall libqpol1
To remove just libqpol1 package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove libqpol1
Uninstall libqpol1 and it’s dependent packages
To remove the libqpol1 package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove libqpol1
Purging libqpol1
If you also want to delete configuration and/or data files of libqpol1 from Debian Sid then this will work:
sudo apt-get purge libqpol1
To delete configuration and/or data files of libqpol1 and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove libqpol1