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

Last updated: May 19,2024

1. Install "python38-iptables" package

Here is a brief guide to show you how to install python38-iptables on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-iptables

2. Uninstall "python38-iptables" package

Please follow the guidelines below to uninstall python38-iptables on openSuSE Tumbleweed:

$ sudo zypper remove python38-iptables

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

Information for package python38-iptables:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-iptables
Version : 0.13.0-1.14
Arch : x86_64
Vendor : openSUSE
Installed Size : 405,4 KiB
Installed : No
Status : not installed
Source package : python-iptables-0.13.0-1.14.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.