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

Last updated: May 18,2024

1. Install "python3-pyroute2" package

Please follow the guidelines below to install python3-pyroute2 on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-pyroute2

2. Uninstall "python3-pyroute2" package

Please follow the guidelines below to uninstall python3-pyroute2 on openSUSE Leap:

$ sudo zypper remove python3-pyroute2

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

Information for package python3-pyroute2:
-----------------------------------------
Repository : Main Repository
Name : python3-pyroute2
Version : 0.5.10-3.3.1
Arch : noarch
Vendor : SUSE LLC
Installed Size : 3.2 MiB
Installed : No
Status : not installed
Source package : python-pyroute2-0.5.10-3.3.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