Install nagzilla
Installing nagzilla package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install nagzilla
nagzilla package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | nagzilla |
version | 2.0-1 |
description | jabber relay bot |
subsection | admin |
website | code.google.com / p / nagzilla / |
maintainer | Rhonda D’Vine |
Uninstall nagzilla
To remove just nagzilla package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove nagzilla
Uninstall nagzilla and it’s dependent packages
To remove the nagzilla package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove nagzilla
Purging nagzilla
If you also want to delete configuration and/or data files of nagzilla from Debian Sid then this will work:
sudo apt-get purge nagzilla
To delete configuration and/or data files of nagzilla and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove nagzilla