How to Install and Uninstall python2-ipaddress.noarch Package on Rocky Linux 8

Last updated: September 19,2024

1. Install "python2-ipaddress.noarch" package

Please follow the guidance below to install python2-ipaddress.noarch on Rocky Linux 8

$ sudo dnf update $ sudo dnf install python2-ipaddress.noarch

2. Uninstall "python2-ipaddress.noarch" package

Please follow the steps below to uninstall python2-ipaddress.noarch on Rocky Linux 8:

$ sudo dnf remove python2-ipaddress.noarch $ sudo dnf autoremove

3. Information about the python2-ipaddress.noarch package on Rocky Linux 8

Last metadata expiration check: 2:06:06 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : python2-ipaddress
Version : 1.0.18
Release : 6.module+el8.4.0+403+9ae17a31
Architecture : noarch
Size : 38 k
Source : python-ipaddress-1.0.18-6.module+el8.4.0+403+9ae17a31.src.rpm
Repository : appstream
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.