Install munin-plugins-c
Installing munin-plugins-c package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install munin-plugins-c
munin-plugins-c package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | munin-plugins-c |
version | 0.0.9-1 |
description | C rewrite of some Munin plugins |
subsection | net |
website | github.com / munin-monitoring / munin-c / |
maintainer | Matthias Schmitz |
Uninstall munin-plugins-c
To remove just munin-plugins-c package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove munin-plugins-c
Uninstall munin-plugins-c and it’s dependent packages
To remove the munin-plugins-c package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove munin-plugins-c
Purging munin-plugins-c
If you also want to delete configuration and/or data files of munin-plugins-c from Debian Sid then this will work:
sudo apt-get purge munin-plugins-c
To delete configuration and/or data files of munin-plugins-c and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove munin-plugins-c