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