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

Last updated: September 20,2024

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

This guide let you learn how to install perl-Net-IPv4Addr.noarch on Oracle Linux 9

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

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

Please follow the guidelines below to uninstall perl-Net-IPv4Addr.noarch on Oracle Linux 9:

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

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

Last metadata expiration check: 0:18:33 ago on Thu Feb 15 07:50:05 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.