Install procmeter3
Installing procmeter3 package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install procmeter3
procmeter3 package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | procmeter3 |
version | 3.6-1 |
description | graphical system status monitor |
subsection | utils |
website | gedanken.demon.co.uk / procmeter3 / |
maintainer | Wences Arana |
Uninstall procmeter3
To remove just procmeter3 package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove procmeter3
Uninstall procmeter3 and it’s dependent packages
To remove the procmeter3 package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove procmeter3
Purging procmeter3
If you also want to delete configuration and/or data files of procmeter3 from Debian Sid then this will work:
sudo apt-get purge procmeter3
To delete configuration and/or data files of procmeter3 and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove procmeter3