How to Install and Uninstall perl-Data-Validate-IP Package on openSuSE Tumbleweed

Last updated: May 17,2024

1. Install "perl-Data-Validate-IP" package

Here is a brief guide to show you how to install perl-Data-Validate-IP on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-Data-Validate-IP

2. Uninstall "perl-Data-Validate-IP" package

Please follow the guidance below to uninstall perl-Data-Validate-IP on openSuSE Tumbleweed:

$ sudo zypper remove perl-Data-Validate-IP

3. Information about the perl-Data-Validate-IP package on openSuSE Tumbleweed

Information for package perl-Data-Validate-IP:
----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Data-Validate-IP
Version : 0.31-1.5
Arch : noarch
Vendor : openSUSE
Installed Size : 75.0 KiB
Installed : No
Status : not installed
Source package : perl-Data-Validate-IP-0.31-1.5.src
Upstream URL : https://metacpan.org/release/Data-Validate-IP
Summary : IPv4 and IPv6 validation methods
Description :
This module provides a number IP address validation subs that both validate
and untaint their input. This includes both basic validation ('is_ipv4()'
and 'is_ipv6()') and special cases like checking whether an address belongs
to a specific network or whether an address is public or private
(reserved).