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

Last updated: June 26,2024

1. Install "perl-Net-Netmask" package

Please follow the guidelines below to install perl-Net-Netmask on openSuSE Tumbleweed

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

2. Uninstall "perl-Net-Netmask" package

Please follow the guidelines below to uninstall perl-Net-Netmask on openSuSE Tumbleweed:

$ sudo zypper remove perl-Net-Netmask

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

Information for package perl-Net-Netmask:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Net-Netmask
Version : 2.0002-1.5
Arch : noarch
Vendor : openSUSE
Installed Size : 104.1 KiB
Installed : No
Status : not installed
Source package : perl-Net-Netmask-2.0002-1.5.src
Upstream URL : https://metacpan.org/release/Net-Netmask
Summary : Understand and manipulate IP netmasks
Description :
Net::Netmask parses and understands IPv4 and IPv6 CIDR blocks (see
https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing for more
information on CIDR blocks). It's built with an object-oriented interface,
with functions being methods that operate on a Net::Netmask object.
These methods provide nearly all types of information about a network block
that you might want.
There are also functions to insert a network block into a table and then
later lookup network blocks by IP address using that table. There are
functions to turn a IP address range into a list of CIDR blocks. There are
functions to turn a list of CIDR blocks into a list of IP addresses.
There is a function for sorting by text IP address.
All functions understand both IPv4 and IPv6. Matches, finds, etc, will
always return false when an IPv4 address is matched against an IPv6
address.
IPv6 support was added in 1.9104.