Install munin-libvirt-plugins
Installing munin-libvirt-plugins package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install munin-libvirt-plugins
munin-libvirt-plugins package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | munin-libvirt-plugins |
version | 0.0.6-1 |
description | Munin plugins using libvirt |
subsection | net |
website | honk.sigxcpu.org / projects / libvirt / |
maintainer | Guido Günther |
Uninstall munin-libvirt-plugins
To remove just munin-libvirt-plugins package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove munin-libvirt-plugins
Uninstall munin-libvirt-plugins and it’s dependent packages
To remove the munin-libvirt-plugins package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove munin-libvirt-plugins
Purging munin-libvirt-plugins
If you also want to delete configuration and/or data files of munin-libvirt-plugins from Debian Sid then this will work:
sudo apt-get purge munin-libvirt-plugins
To delete configuration and/or data files of munin-libvirt-plugins and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove munin-libvirt-plugins