How to Install and Uninstall perl-Net-IP.noarch Package on CentOS Stream 9

Last updated: October 09,2024

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

Here is a brief guide to show you how to install perl-Net-IP.noarch on CentOS Stream 9

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

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

This is a short guide on how to uninstall perl-Net-IP.noarch on CentOS Stream 9:

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

3. Information about the perl-Net-IP.noarch package on CentOS Stream 9

Last metadata expiration check: 1:15:52 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : perl-Net-IP
Version : 1.26
Release : 20.el9
Architecture : noarch
Size : 36 k
Source : perl-Net-IP-1.26-20.el9.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".