How to Install and Uninstall python-ipaddress.noarch Package on CentOS 7 / RHEL 7
Last updated: January 13,2025
1. Install "python-ipaddress.noarch" package
Please follow the guidance below to install python-ipaddress.noarch on CentOS 7 / RHEL 7
$
sudo yum makecache
Copied
$
sudo yum install
python-ipaddress.noarch
Copied
2. Uninstall "python-ipaddress.noarch" package
Please follow the guidance below to uninstall python-ipaddress.noarch on CentOS 7 / RHEL 7:
$
sudo yum remove
python-ipaddress.noarch
Copied
$
sudo yum autoremove
Copied
3. Information about the python-ipaddress.noarch package on CentOS 7 / RHEL 7
Installed Packages
Name : python-ipaddress
Arch : noarch
Version : 1.0.16
Release : 2.el7
Size : 227 k
Repo : installed
From repo : base
Summary : Port of the python 3.3+ ipaddress module to 2.6+
URL : https://pypi.python.org/pypi/ipaddress/1.0.16
License : Python
Description : ipaddress provides the capabilities to create, manipulate and
: operate on IPv4 and IPv6 addresses and networks.
:
: The functions and classes in this module make it straightforward
: to handle various tasks related to IP addresses, including
: checking whether or not two hosts are on the same subnet,
: iterating over all hosts in a particular subnet, checking whether
: or not a string represents a valid IP address or network
: definition, and so on.
Name : python-ipaddress
Arch : noarch
Version : 1.0.16
Release : 2.el7
Size : 227 k
Repo : installed
From repo : base
Summary : Port of the python 3.3+ ipaddress module to 2.6+
URL : https://pypi.python.org/pypi/ipaddress/1.0.16
License : Python
Description : ipaddress provides the capabilities to create, manipulate and
: operate on IPv4 and IPv6 addresses and networks.
:
: The functions and classes in this module make it straightforward
: to handle various tasks related to IP addresses, including
: checking whether or not two hosts are on the same subnet,
: iterating over all hosts in a particular subnet, checking whether
: or not a string represents a valid IP address or network
: definition, and so on.