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

Last updated: September 22,2024

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

This guide covers the steps necessary to install perl-Net-Netmask.noarch on Rocky Linux 8

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

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

This tutorial shows how to uninstall perl-Net-Netmask.noarch on Rocky Linux 8:

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

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

Last metadata expiration check: 0:42:29 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : perl-Net-Netmask
Version : 2.0001
Release : 1.el8
Architecture : noarch
Size : 46 k
Source : perl-Net-Netmask-2.0001-1.el8.src.rpm
Repository : epel
Summary : Perl module for manipulating and looking up IP network blocks
URL : https://metacpan.org/release/Net-Netmask
License : GPL+ or Artistic
Description : Net::Netmask parses and understands IPv4 and IPv6 CIDR blocks (see
: for more
: information on CIDR blocks). There are also functions to insert a network
: block into a table and then later look up network blocks by an IP address
: using that table.