How to Install and Uninstall python-ipaddress.src Package on Oracle Linux 8

Last updated: September 21,2024

1. Install "python-ipaddress.src" package

Please follow the step by step instructions below to install python-ipaddress.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install python-ipaddress.src

2. Uninstall "python-ipaddress.src" package

Learn how to uninstall python-ipaddress.src on Oracle Linux 8:

$ sudo dnf remove python-ipaddress.src $ sudo dnf autoremove

3. Information about the python-ipaddress.src package on Oracle Linux 8

Last metadata expiration check: 3:46:25 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : python-ipaddress
Version : 1.0.18
Release : 6.module+el8.3.0+7833+4aaf98ce
Architecture : src
Size : 41 k
Source : None
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.