Install nield
Installing nield package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install nield
nield package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | nield |
version | 0.6.1-2 |
description | generate logs related to network interfaces |
subsection | net |
website | github.com / t2mune / nield |
maintainer | Gilmar dos Reis Queiroz |
Uninstall nield
To remove just nield package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove nield
Uninstall nield and it’s dependent packages
To remove the nield package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove nield
Purging nield
If you also want to delete configuration and/or data files of nield from Debian Sid then this will work:
sudo apt-get purge nield
To delete configuration and/or data files of nield and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove nield