How to Install and Uninstall perl-Data-Validate-IP Package on openSUSE Leap

Last updated: June 23,2024

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

This tutorial shows how to install perl-Data-Validate-IP on openSUSE Leap

$ 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 Leap:

$ sudo zypper remove perl-Data-Validate-IP

3. Information about the perl-Data-Validate-IP package on openSUSE Leap

Information for package perl-Data-Validate-IP:
----------------------------------------------
Repository : Main Repository
Name : perl-Data-Validate-IP
Version : 0.31-bp155.1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 75.3 KiB
Installed : No
Status : not installed
Source package : perl-Data-Validate-IP-0.31-bp155.1.4.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).