How to Install and Uninstall perl-Net-IP.noarch Package on Rocky Linux 8

Last updated: June 29,2024

1. Install "perl-Net-IP.noarch" package

Please follow the guidance below to install perl-Net-IP.noarch on Rocky Linux 8

$ sudo dnf update $ sudo dnf install perl-Net-IP.noarch

2. Uninstall "perl-Net-IP.noarch" package

In this section, we are going to explain the necessary steps to uninstall perl-Net-IP.noarch on Rocky Linux 8:

$ sudo dnf remove perl-Net-IP.noarch $ sudo dnf autoremove

3. Information about the perl-Net-IP.noarch package on Rocky Linux 8

Last metadata expiration check: 0:27:03 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : perl-Net-IP
Version : 1.26
Release : 20.el8
Architecture : noarch
Size : 41 k
Source : perl-Net-IP-1.26-20.el8.src.rpm
Repository : epel
Summary : Perl module for manipulation of IPv4 and IPv6 addresses
URL : https://metacpan.org/release/Net-IP
License : MIT and (GPL+ or Artistic)
Description : This is the Net::IP module, designed to allow easy manipulation of IPv4 and
: IPv6 addresses.
:
: Two applications using the Net::IP module are included: ipcount, an IP address
: mini-calculator, which can calculate the number of IP addresses in a prefix or
: all the prefixes contained in a given range; and iptab, which prints out a
: handy IP "cheat sheet".