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