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