How to Install and Uninstall python-netaddr.src Package on Oracle Linux 9

Last updated: October 07,2024

1. Install "python-netaddr.src" package

Please follow the instructions below to install python-netaddr.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install python-netaddr.src

2. Uninstall "python-netaddr.src" package

Please follow the guidance below to uninstall python-netaddr.src on Oracle Linux 9:

$ sudo dnf remove python-netaddr.src $ sudo dnf autoremove

3. Information about the python-netaddr.src package on Oracle Linux 9

Last metadata expiration check: 2:33:48 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : python-netaddr
Version : 0.8.0
Release : 5.el9
Architecture : src
Size : 1.8 M
Source : None
Repository : ol9_appstream
Summary : A pure Python network address representation and manipulation library
URL : http://github.com/drkjam/netaddr
License : BSD
Description : A network address manipulation library for Python
:
: Provides support for:
:
: Layer 3 addresses
:
: * IPv4 and IPv6 addresses, subnets, masks, prefixes
: * iterating, slicing, sorting, summarizing and classifying IP networks
: * dealing with various ranges formats (CIDR, arbitrary ranges and globs, nmap)
: * set based operations (unions, intersections etc) over IP addresses and
: subnets
: * parsing a large variety of different formats and notations
: * looking up IANA IP block information
: * generating DNS reverse lookups
: * supernetting and subnetting
:
: Layer 2 addresses
:
: * representation and manipulation MAC addresses and EUI-64 identifiers
: * looking up IEEE organisational information (OUI, IAB)
: * generating derived IPv6 addresses