Install nagios2mantis
Installing nagios2mantis package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install nagios2mantis
nagios2mantis package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | nagios2mantis |
version | 3.1-1.1 |
description | Automatically create Mantis issues on Nagios events |
subsection | admin |
maintainer | Cyril Bouthors |
Uninstall nagios2mantis
To remove just nagios2mantis package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove nagios2mantis
Uninstall nagios2mantis and it’s dependent packages
To remove the nagios2mantis package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove nagios2mantis
Purging nagios2mantis
If you also want to delete configuration and/or data files of nagios2mantis from Debian Sid then this will work:
sudo apt-get purge nagios2mantis
To delete configuration and/or data files of nagios2mantis and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove nagios2mantis