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