How to Install and Uninstall python3-iptables Package on openSUSE Leap

Last updated: May 20,2024

1. Install "python3-iptables" package

In this section, we are going to explain the necessary steps to install python3-iptables on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-iptables

2. Uninstall "python3-iptables" package

Please follow the instructions below to uninstall python3-iptables on openSUSE Leap:

$ sudo zypper remove python3-iptables

3. Information about the python3-iptables package on openSUSE Leap

Information for package python3-iptables:
-----------------------------------------
Repository : Main Repository
Name : python3-iptables
Version : 0.13.0-bp155.2.11
Arch : x86_64
Vendor : openSUSE
Installed Size : 401.8 KiB
Installed : No
Status : not installed
Source package : python-iptables-0.13.0-bp155.2.11.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.