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

Last updated: May 09,2024

1. Install "python2-ipaddress.noarch" package

Here is a brief guide to show you how to install python2-ipaddress.noarch on Oracle Linux 8

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

2. Uninstall "python2-ipaddress.noarch" package

This tutorial shows how to uninstall python2-ipaddress.noarch on Oracle Linux 8:

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

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

Last metadata expiration check: 0:17:02 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : python2-ipaddress
Version : 1.0.18
Release : 6.module+el8.3.0+7833+4aaf98ce
Architecture : noarch
Size : 39 k
Source : python-ipaddress-1.0.18-6.module+el8.3.0+7833+4aaf98ce.src.rpm
Repository : ol8_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.