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

Last updated: May 14,2024

1. Install "python38-netaddr" package

Please follow the guidance below to install python38-netaddr on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-netaddr

2. Uninstall "python38-netaddr" package

Please follow the guidance below to uninstall python38-netaddr on openSuSE Tumbleweed:

$ sudo zypper remove python38-netaddr

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

Information for package python38-netaddr:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-netaddr
Version : 0.8.0-2.1
Arch : noarch
Vendor : openSUSE
Installed Size : 8,0 MiB
Installed : No
Status : not installed
Source package : python-netaddr-0.8.0-2.1.src
Summary : Pythonic manipulation of IPv4, IPv6, CIDR, EUI and MAC network addresses
Description :
A pure Python network address representation and manipulation library.
netaddr provides a Pythonic way of working with:
- IPv4 and IPv6 addresses and subnets (including CIDR notation);
- MAC (Media Access Control) addresses in multiple formats;
- IEEE EUI-64, OUI and IAB identifiers;
- a user friendly IP glob-style format.
Included are routines for:
- generating, sorting and summarizing IP addresses;
- converting IP addresses and ranges between various different formats;
- performing set based operations on groups of IP addresses and subnets;
- arbitrary IP address range calculations and conversions;
- querying IEEE OUI and IAB organisational information;
- querying of IP standards related data from key IANA data sources.