Install policycoreutils
Installing policycoreutils package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install policycoreutils
policycoreutils package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | policycoreutils |
version | 2.4-4 |
description | SELinux core policy utilities |
subsection | utils |
website | userspace.selinuxproject.org |
maintainer | Debian SELinux maintainers |
Uninstall policycoreutils
To remove just policycoreutils package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove policycoreutils
Uninstall policycoreutils and it’s dependent packages
To remove the policycoreutils package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove policycoreutils
Purging policycoreutils
If you also want to delete configuration and/or data files of policycoreutils from Debian Sid then this will work:
sudo apt-get purge policycoreutils
To delete configuration and/or data files of policycoreutils and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove policycoreutils