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

Last updated: September 20,2024

1. Install "python-ipaddr.noarch" package

Please follow the guidance below to install python-ipaddr.noarch on Amazon Linux 2

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

2. Uninstall "python-ipaddr.noarch" package

This guide let you learn how to uninstall python-ipaddr.noarch on Amazon Linux 2:

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

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

Loaded plugins: ovl, priorities
Available Packages
Name : python-ipaddr
Arch : noarch
Version : 2.1.11
Release : 1.amzn2
Size : 35 k
Repo : amzn2-core/2/x86_64
Summary : A python library for working with IP addresses, both IPv4 and IPv6
URL : http://code.google.com/p/ipaddr-py/
License : ASL 2.0
Description : python-ipaddr is a library for working with IP addresses, both
: IPv4 and IPv6. It was developed by Google for internal use, and is
: now open source.