Install nfacct
Installing nfacct package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install nfacct
nfacct package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | nfacct |
version | 1.0.1-1.1 |
description | netfilter accounting object tool |
subsection | net |
website | netfilter.org / projects / nfacct / |
maintainer | Laurence J. Lane |
Uninstall nfacct
To remove just nfacct package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove nfacct
Uninstall nfacct and it’s dependent packages
To remove the nfacct package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove nfacct
Purging nfacct
If you also want to delete configuration and/or data files of nfacct from Debian Sid then this will work:
sudo apt-get purge nfacct
To delete configuration and/or data files of nfacct and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove nfacct