How to Install and Uninstall perl-Net-CIDR Package on openSuSE Tumbleweed

Last updated: November 26,2024

1. Install "perl-Net-CIDR" package

This is a short guide on how to install perl-Net-CIDR on openSuSE Tumbleweed

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

2. Uninstall "perl-Net-CIDR" package

Please follow the guidance below to uninstall perl-Net-CIDR on openSuSE Tumbleweed:

$ sudo zypper remove perl-Net-CIDR

3. Information about the perl-Net-CIDR package on openSuSE Tumbleweed

Information for package perl-Net-CIDR:
--------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Net-CIDR
Version : 0.21-1.14
Arch : noarch
Vendor : openSUSE
Installed Size : 30.0 KiB
Installed : No
Status : not installed
Source package : perl-Net-CIDR-0.21-1.14.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.