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

Last updated: May 21,2024

1. Install "python311-pyroute2" package

Learn how to install python311-pyroute2 on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-pyroute2

2. Uninstall "python311-pyroute2" package

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

$ sudo zypper remove python311-pyroute2

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

Information for package python311-pyroute2:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-pyroute2
Version : 0.7.12-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 3.8 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