Install ps-watcher
Installing ps-watcher package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install ps-watcher
ps-watcher package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | ps-watcher |
version | 1.08-7 |
description | monitoring a system via ps-like commands |
subsection | admin |
website | ps-watcher.sourceforge.net |
maintainer | Jan Wagner |
Uninstall ps-watcher
To remove just ps-watcher package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove ps-watcher
Uninstall ps-watcher and it’s dependent packages
To remove the ps-watcher package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove ps-watcher
Purging ps-watcher
If you also want to delete configuration and/or data files of ps-watcher from Debian Sid then this will work:
sudo apt-get purge ps-watcher
To delete configuration and/or data files of ps-watcher and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove ps-watcher