Install python-nflog
Installing python-nflog package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install python-nflog
python-nflog package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | python-nflog |
version | 0.2-3.1+b2 |
description | Python bindings for nflog |
subsection | python |
website | wzdftpd.net / redmine / projects / nflog-bindings / wiki / |
maintainer | Pierre Chifflier |
Uninstall python-nflog
To remove just python-nflog package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove python-nflog
Uninstall python-nflog and it’s dependent packages
To remove the python-nflog package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove python-nflog
Purging python-nflog
If you also want to delete configuration and/or data files of python-nflog from Debian Sid then this will work:
sudo apt-get purge python-nflog
To delete configuration and/or data files of python-nflog and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove python-nflog