Install netscript-ipfilter
Installing netscript-ipfilter package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install netscript-ipfilter
netscript-ipfilter package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | netscript-ipfilter |
version | 5.4.11 |
description | Linux 2.6/3.x iptables management system. |
subsection | net |
maintainer | Matthew Grant |
Uninstall netscript-ipfilter
To remove just netscript-ipfilter package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove netscript-ipfilter
Uninstall netscript-ipfilter and it’s dependent packages
To remove the netscript-ipfilter package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove netscript-ipfilter
Purging netscript-ipfilter
If you also want to delete configuration and/or data files of netscript-ipfilter from Debian Sid then this will work:
sudo apt-get purge netscript-ipfilter
To delete configuration and/or data files of netscript-ipfilter and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove netscript-ipfilter