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

Last updated: May 18,2024

1. Install "python3-netaddr" package

Please follow the instructions below to install python3-netaddr on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-netaddr

2. Uninstall "python3-netaddr" package

In this section, we are going to explain the necessary steps to uninstall python3-netaddr on openSUSE Leap:

$ sudo zypper remove python3-netaddr

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

Information for package python3-netaddr:
----------------------------------------
Repository : Main Repository
Name : python3-netaddr
Version : 0.7.19-1.17
Arch : noarch
Vendor : SUSE LLC
Installed Size : 7.1 MiB
Installed : No
Status : not installed
Source package : python-netaddr-0.7.19-1.17.src
Upstream URL : http://github.com/drkjam/netaddr
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.