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