Install nmon
Installing nmon package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install nmon
nmon package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | nmon |
version | 14g+debian-1+b1 |
description | performance monitoring tool for Linux |
subsection | utils |
website | nmon.sourceforge.net |
maintainer | Giuseppe Iuculano |
Uninstall nmon
To remove just nmon package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove nmon
Uninstall nmon and it’s dependent packages
To remove the nmon package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove nmon
Purging nmon
If you also want to delete configuration and/or data files of nmon from Debian Sid then this will work:
sudo apt-get purge nmon
To delete configuration and/or data files of nmon and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove nmon