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