How to Install and Uninstall python2-ipaddress.noarch Package on CentOS Stream 8

Last updated: May 04,2024

1. Install "python2-ipaddress.noarch" package

This guide covers the steps necessary to install python2-ipaddress.noarch on CentOS Stream 8

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

2. Uninstall "python2-ipaddress.noarch" package

In this section, we are going to explain the necessary steps to uninstall python2-ipaddress.noarch on CentOS Stream 8:

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

3. Information about the python2-ipaddress.noarch package on CentOS Stream 8

Last metadata expiration check: 2:15:38 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : python2-ipaddress
Version : 1.0.18
Release : 6.module_el8+299+aa6e9afa
Architecture : noarch
Size : 39 k
Source : python-ipaddress-1.0.18-6.module_el8+299+aa6e9afa.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.