How to Install and Uninstall python3-IPy.noarch Package on Rocky Linux 8

Last updated: May 19,2024

1. Install "python3-IPy.noarch" package

In this section, we are going to explain the necessary steps to install python3-IPy.noarch on Rocky Linux 8

$ sudo dnf update $ sudo dnf install python3-IPy.noarch

2. Uninstall "python3-IPy.noarch" package

This tutorial shows how to uninstall python3-IPy.noarch on Rocky Linux 8:

$ sudo dnf remove python3-IPy.noarch $ sudo dnf autoremove

3. Information about the python3-IPy.noarch package on Rocky Linux 8

Last metadata expiration check: 0:44:20 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : python3-IPy
Version : 1.00
Release : 3.el8
Architecture : noarch
Size : 45 k
Source : python-IPy-1.00-3.el8.src.rpm
Repository : epel
Summary : Python 3 module for handling IPv4 and IPv6 Addresses and Networks
URL : https://github.com/haypo/python-ipy
License : BSD
Description : IPy is a Python 3 module for handling IPv4 and IPv6 Addresses and Networks
: in a fashion similar to perl's Net::IP and friends. The IP class allows
: a comfortable parsing and handling for most notations in use for IPv4
: and IPv6 Addresses and Networks.