How to Install and Uninstall perl-Net-IPv4Addr.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 10,2024

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

This guide covers the steps necessary to install perl-Net-IPv4Addr.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

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

This tutorial shows how to uninstall perl-Net-IPv4Addr.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the perl-Net-IPv4Addr.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:12:45 ago on Mon Feb 26 07:04:30 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.