How to Install and Uninstall python3-iptables Package on Kali Linux

Last updated: November 07,2024

1. Install "python3-iptables" package

Please follow the instructions below to install python3-iptables on Kali Linux

$ sudo apt update $ sudo apt install python3-iptables

2. Uninstall "python3-iptables" package

Please follow the guidance below to uninstall python3-iptables on Kali Linux:

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

3. Information about the python3-iptables package on Kali Linux

Package: python3-iptables
Source: python-iptables (1.0.1-1)
Version: 1.0.1-1+b1
Installed-Size: 218
Maintainer: Debian Python Team
Architecture: amd64
Depends: iptables, python3-distutils, python3 (<< 3.13), python3 (>= 3.11~), python3:any, libc6 (>= 2.11)
Suggests: python-iptables-doc
Size: 33800
SHA256: 3a3e44c3ad03f815a2899ab6e49d4d73b8d363cfa427f45a1f6245e3137f478b
SHA1: 89f56b0b79d5740565f13d98dad22d6cd2015a34
MD5sum: 58ceb9295c42f36564223f9818cd0a08
Description: Python bindings for iptables (Python 3 interface)
python-iptables provides a pythonesque wrapper via Python bindings to iptables
under Linux. Interoperability with iptables is achieved by using the iptables
C libraries (libiptc, libxtables, and the iptables extensions), instead of
calling the iptables binary and parsing its output.
It is meant primarily for dynamic and/or complex routers and firewalls, where
rules are often updated or changed, or Python programs wish to interface with
the Linux iptables framework...
.
This package provides the Python 3.x module
Description-md5:
Homepage: https://github.com/ldx/python-iptables
Section: python
Priority: optional
Filename: pool/main/p/python-iptables/python3-iptables_1.0.1-1+b1_amd64.deb