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

Last updated: May 09,2024

1. Install "python36-pyroute2" package

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

$ sudo zypper refresh $ sudo zypper install python36-pyroute2

2. Uninstall "python36-pyroute2" package

This tutorial shows how to uninstall python36-pyroute2 on openSuSE Tumbleweed:

$ sudo zypper remove python36-pyroute2

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

Information for package python36-pyroute2:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-pyroute2
Version : 0.5.18-1.3
Arch : noarch
Vendor : openSUSE
Installed Size : 3,6 MiB
Installed : No
Status : not installed
Source package : python-pyroute2-0.5.18-1.3.src
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