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

Last updated: May 17,2024

1. Install "python2-iptables" package

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

$ sudo zypper refresh $ sudo zypper install python2-iptables

2. Uninstall "python2-iptables" package

Please follow the steps below to uninstall python2-iptables on openSUSE Leap:

$ sudo zypper remove python2-iptables

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

Information for package python2-iptables:
-----------------------------------------
Repository : Main Repository
Name : python2-iptables
Version : 0.13.0-bp153.1.16
Arch : x86_64
Vendor : openSUSE
Installed Size : 394,3 KiB
Installed : No
Status : not installed
Source package : python-iptables-0.13.0-bp153.1.16.src
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.