Install prctl
Installing prctl package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install prctl
prctl package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | prctl |
version | 1.6-1 |
description | Process control operations |
subsection | devel |
maintainer | Khalid Aziz |
Uninstall prctl
To remove just prctl package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove prctl
Uninstall prctl and it’s dependent packages
To remove the prctl package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove prctl
Purging prctl
If you also want to delete configuration and/or data files of prctl from Debian Sid then this will work:
sudo apt-get purge prctl
To delete configuration and/or data files of prctl and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove prctl