Install nagvis
Installing nagvis package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install nagvis
nagvis package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | nagvis |
version | 1:1.7.10+dfsg1-3 |
description | visualization addon for Nagios or Icinga |
subsection | net |
website | nagvis.org |
maintainer | Debian Nagios Maintainer Group |
Uninstall nagvis
To remove just nagvis package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove nagvis
Uninstall nagvis and it’s dependent packages
To remove the nagvis package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove nagvis
Purging nagvis
If you also want to delete configuration and/or data files of nagvis from Debian Sid then this will work:
sudo apt-get purge nagvis
To delete configuration and/or data files of nagvis and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove nagvis