Install pslist
Installing pslist package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install pslist
pslist package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | pslist |
version | 1.3-2 |
description | utility that controls a process and its descendants |
subsection | admin |
website | devel.ringlet.net / sysutils / pslist / |
maintainer | Peter Pentchev |
Uninstall pslist
To remove just pslist package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove pslist
Uninstall pslist and it’s dependent packages
To remove the pslist package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove pslist
Purging pslist
If you also want to delete configuration and/or data files of pslist from Debian Sid then this will work:
sudo apt-get purge pslist
To delete configuration and/or data files of pslist and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove pslist