How to Install and Uninstall perl-Net-IPv4Addr.noarch Package on Rocky Linux 9

Last updated: May 19,2024

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

Please follow the instructions below to install perl-Net-IPv4Addr.noarch on Rocky Linux 9

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

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

Here is a brief guide to show you how to uninstall perl-Net-IPv4Addr.noarch on Rocky Linux 9:

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

3. Information about the perl-Net-IPv4Addr.noarch package on Rocky Linux 9

Last metadata expiration check: 1:58:49 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : perl-Net-IPv4Addr
Version : 0.10
Release : 44.el9
Architecture : noarch
Size : 19 k
Source : perl-Net-IPv4Addr-0.10-44.el9.src.rpm
Repository : epel
Summary : Perl extension for manipulating IPv4 addresses
URL : https://metacpan.org/release/Net-IPv4Addr
License : GPL-1.0-or-later OR Artistic-1.0-Perl
Description : Net::IPv4Addr provides functions for parsing IPv4 addresses both in traditional
: address/netmask format and in the new CIDR format. There are also methods for
: calculating the network and broadcast address and also to see check if a given
: address is in a specific network.