How to Install and Uninstall perl-Net-CIDR Package on openSUSE Leap

Last updated: November 23,2024

1. Install "perl-Net-CIDR" package

Learn how to install perl-Net-CIDR on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-Net-CIDR

2. Uninstall "perl-Net-CIDR" package

This is a short guide on how to uninstall perl-Net-CIDR on openSUSE Leap:

$ sudo zypper remove perl-Net-CIDR

3. Information about the perl-Net-CIDR package on openSUSE Leap

Information for package perl-Net-CIDR:
--------------------------------------
Repository : Main Repository
Name : perl-Net-CIDR
Version : 0.21-bp155.2.9
Arch : noarch
Vendor : openSUSE
Installed Size : 30.3 KiB
Installed : No
Status : not installed
Source package : perl-Net-CIDR-0.21-bp155.2.9.src
Upstream URL : https://metacpan.org/release/Net-CIDR
Summary : Manipulate IPv4/IPv6 netblocks in CIDR notation
Description :
The Net::CIDR package contains functions that manipulate lists of IP
netblocks expressed in CIDR notation. The Net::CIDR functions handle both
IPv4 and IPv6 addresses.
The cidrvalidate() function, described below, checks that its argument is a
single, valid IP address or a CIDR. The remaining functions expect that
their parameters consist of validated IPs or CIDRs. See cidrvalidate() and
BUGS, below, for more information.