How to Install and Uninstall perl-Net-IP.noarch Package on Oracle Linux 8

Last updated: July 05,2024

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

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

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

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

Here is a brief guide to show you how to uninstall perl-Net-IP.noarch on Oracle Linux 8:

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

3. Information about the perl-Net-IP.noarch package on Oracle Linux 8

Last metadata expiration check: 5:18:59 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : perl-Net-IP
Version : 1.26
Release : 20.el8
Architecture : noarch
Size : 41 k
Source : perl-Net-IP-1.26-20.el8.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".