How to Install and Uninstall python312-iptables Package on openSuSE Tumbleweed

Last updated: July 08,2024

1. Install "python312-iptables" package

This is a short guide on how to install python312-iptables on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-iptables

2. Uninstall "python312-iptables" package

This tutorial shows how to uninstall python312-iptables on openSuSE Tumbleweed:

$ sudo zypper remove python312-iptables

3. Information about the python312-iptables package on openSuSE Tumbleweed

Information for package python312-iptables:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-iptables
Version : 1.0.1-1.4
Arch : x86_64
Vendor : openSUSE
Installed Size : 555.5 KiB
Installed : No
Status : not installed
Source package : python-iptables-1.0.1-1.4.src
Upstream URL : https://github.com/ldx/python-iptables
Summary : Python bindings for iptables
Description :
Python-iptables is a Python project that provides bindings to the iptables C libraries in Linux.
Interoperability with iptables is achieved using the iptables C libraries (libiptc, libxtables,
and iptables extensions), not calling the iptables executable and parsing its output as most other
iptables wrapper libraries do; this makes python-iptables faster and not prone to parsing errors,
at the same time leveraging all available iptables match and target extensions without further work.