How to Install and Uninstall python2-ipaddress.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)
Last updated: December 18,2024
1. Install "python2-ipaddress.noarch" package
This tutorial shows how to install python2-ipaddress.noarch on Red Hat Enterprise Linux 8 (RHEL 8)
$
sudo dnf update
Copied
$
sudo dnf install
python2-ipaddress.noarch
Copied
2. Uninstall "python2-ipaddress.noarch" package
This tutorial shows how to uninstall python2-ipaddress.noarch on Red Hat Enterprise Linux 8 (RHEL 8):
$
sudo dnf remove
python2-ipaddress.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python2-ipaddress.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)
Last metadata expiration check: 1:11:45 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : python2-ipaddress
Version : 1.0.18
Release : 6.module+el8.9.0+18326+1b5baeee
Architecture : noarch
Size : 39 k
Source : python-ipaddress-1.0.18-6.module+el8.9.0+18326+1b5baeee.src.rpm
Repository : ubi-8-appstream-rpms
Summary : Port of the python 3.3+ ipaddress module to 2.6+
URL : https://pypi.python.org/pypi/ipaddress/
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.
Available Packages
Name : python2-ipaddress
Version : 1.0.18
Release : 6.module+el8.9.0+18326+1b5baeee
Architecture : noarch
Size : 39 k
Source : python-ipaddress-1.0.18-6.module+el8.9.0+18326+1b5baeee.src.rpm
Repository : ubi-8-appstream-rpms
Summary : Port of the python 3.3+ ipaddress module to 2.6+
URL : https://pypi.python.org/pypi/ipaddress/
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.