Install nailgun-agent
Installing nailgun-agent package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install nailgun-agent
nailgun-agent package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | nailgun-agent |
version | 3.9.2-1.1 |
description | collects a server’s hardware information and submits it |
subsection | net |
website | github.com / thomasgoirand / nailgun-agent |
maintainer | Thomas Goirand |
Uninstall nailgun-agent
To remove just nailgun-agent package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove nailgun-agent
Uninstall nailgun-agent and it’s dependent packages
To remove the nailgun-agent package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove nailgun-agent
Purging nailgun-agent
If you also want to delete configuration and/or data files of nailgun-agent from Debian Sid then this will work:
sudo apt-get purge nailgun-agent
To delete configuration and/or data files of nailgun-agent and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove nailgun-agent