How to Install and Uninstall python-netaddr.noarch Package on Amazon Linux 2

Last updated: May 17,2024

1. Install "python-netaddr.noarch" package

This is a short guide on how to install python-netaddr.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install python-netaddr.noarch

2. Uninstall "python-netaddr.noarch" package

Here is a brief guide to show you how to uninstall python-netaddr.noarch on Amazon Linux 2:

$ sudo yum remove python-netaddr.noarch $ sudo yum autoremove

3. Information about the python-netaddr.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : python-netaddr
Arch : noarch
Version : 0.7.5
Release : 9.amzn2
Size : 983 k
Repo : amzn2-core/2/x86_64
Summary : A pure Python network address representation and manipulation
: library
URL : http://github.com/drkjam/netaddr
License : BSD
Description : A pure Python network address representation and manipulation
: library.
:
: netaddr provides a Pythonic way of working with :-
:
: - IPv4 and IPv6 addresses and subnets
: - MAC addresses, OUI and IAB identifiers, IEEE EUI-64 identifiers
: - arbitrary (non-aligned) IP address ranges and IP address sets
: - various non-CIDR IP range formats such as nmap and glob-style
: formats
:
: Included are routines for :-
:
: - generating, sorting and summarizing IP addresses and networks
: - performing easy conversions between address notations and
: formats
: - detecting, parsing and formatting network address
: representations
: - performing set-based operations on groups of IP addresses and
: subnets
: - working with arbitrary IP address ranges and formats
: - accessing OUI and IAB organisational information published by
: IEEE
: - accessing IP address and block information published by IANA
:
: For details on the latest updates and changes, see :-
:
: http://github.com/drkjam/netaddr/blob/rel-0.7.x/CHANGELOG
:
: API documentation for the latest release is available here :-
:
: http://packages.python.org/netaddr/