Install psmisc
Installing psmisc package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install psmisc
psmisc package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | psmisc |
version | 22.21-2.1+b1 |
description | utilities that use the proc file system |
subsection | admin |
website | psmisc.sf.net |
maintainer | Craig Small |
Uninstall psmisc
To remove just psmisc package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove psmisc
Uninstall psmisc and it’s dependent packages
To remove the psmisc package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove psmisc
Purging psmisc
If you also want to delete configuration and/or data files of psmisc from Debian Sid then this will work:
sudo apt-get purge psmisc
To delete configuration and/or data files of psmisc and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove psmisc