How to Install and Uninstall python3-netfilter Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 07,2024

1. Install "python3-netfilter" package

Please follow the guidance below to install python3-netfilter on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-netfilter

2. Uninstall "python3-netfilter" package

Please follow the instructions below to uninstall python3-netfilter on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python3-netfilter $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-netfilter package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-netfilter
Priority: optional
Section: universe/python
Installed-Size: 46
Maintainer: Ubuntu Developers
Original-Maintainer: Jeremy Lainé
Architecture: all
Source: python-netfilter
Version: 0.6.3-1
Depends: python3:any (>= 3.3.2-2~), iptables
Filename: pool/universe/p/python-netfilter/python3-netfilter_0.6.3-1_all.deb
Size: 8730
MD5sum: 46a63162ce313718ce43e4bc0a84c725
SHA1: 056c081fd844f0302d059bf0a9a98fee7ee9b638
SHA256: 068f89120c8c6815e973d2abc559764a471bd03509290eb799e898eabb4bb4bd
Description-en: Python module for manipulating netfilter rules (Python 3)
This Python module acts as a wrapper around iptables to manipulate
the Linux kernel's packet filtering tables.
.
Typical applications include building firewalls or network access
controllers.
.
This package contains the module for Python 3.
Description-md5: 3d6fa0a3e764a957a254b96892a596dd
Homepage: https://github.com/jlaine/python-netfilter
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu