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

Last updated: July 03,2024

1. Install "perl-Net-Netmask" package

This guide let you learn how to install perl-Net-Netmask on openSUSE Leap

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

2. Uninstall "perl-Net-Netmask" package

Here is a brief guide to show you how to uninstall perl-Net-Netmask on openSUSE Leap:

$ sudo zypper remove perl-Net-Netmask

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

Information for package perl-Net-Netmask:
-----------------------------------------
Repository : Update repository of openSUSE Backports
Name : perl-Net-Netmask
Version : 1.9022-bp155.3.3.1
Arch : noarch
Vendor : openSUSE
Installed Size : 56.4 KiB
Installed : No
Status : not installed
Source package : perl-Net-Netmask-1.9022-bp155.3.3.1.src
Upstream URL : http://search.cpan.org/dist/Net-Netmask/
Summary : Parse, Manipulate and Lookup Ip Network Blocks
Description :
Net::Netmask parses and understands IPv4 CIDR blocks. It's built with an
object-oriented interface. Nearly all functions are methods that operate on
a Net::Netmask object.
There are methods that provide the nearly all bits of information about a
network block that you might want.
There are also functions to put a network block into a table and then later
lookup network blocks by IP address in 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.