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

Last updated: June 26,2024

1. Install "python312-pyroute2" package

In this section, we are going to explain the necessary steps to install python312-pyroute2 on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-pyroute2

2. Uninstall "python312-pyroute2" package

Please follow the instructions below to uninstall python312-pyroute2 on openSuSE Tumbleweed:

$ sudo zypper remove python312-pyroute2

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

Information for package python312-pyroute2:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-pyroute2
Version : 0.7.12-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 3.6 MiB
Installed : No
Status : not installed
Source package : python-pyroute2-0.7.12-1.1.src
Upstream URL : https://github.com/svinota/pyroute2
Summary : Python Netlink library
Description :
Pyroute2 is a pure Python netlink library. It requires only Python stdlib, no
3rd party libraries. The library was started as an RTNL protocol
implementation, so the name is pyroute2, but now it supports many netlink
protocols. Some supported netlink families and protocols:
* rtnl, network settings --- addresses, routes, traffic controls
* nfnetlink --- netfilter API: ipset, nftables, ...
* ipq --- simplest userspace packet filtering, iptables QUEUE target
* devlink --- manage and monitor devlink-enabled hardware
* generic --- generic netlink families
* nl80211 --- wireless functions API (basic support)
* taskstats --- extended process statistics
* acpi_events --- ACPI events monitoring
* thermal_events --- thermal events monitoring
* VFS_DQUOT --- disk quota events monitoring