How to Install and Uninstall perl-Regexp-IPv6 Package on openSUSE Leap

Last updated: May 18,2024

1. Install "perl-Regexp-IPv6" package

Please follow the guidance below to install perl-Regexp-IPv6 on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-Regexp-IPv6

2. Uninstall "perl-Regexp-IPv6" package

This guide let you learn how to uninstall perl-Regexp-IPv6 on openSUSE Leap:

$ sudo zypper remove perl-Regexp-IPv6

3. Information about the perl-Regexp-IPv6 package on openSUSE Leap

Information for package perl-Regexp-IPv6:
-----------------------------------------
Repository : Main Repository
Name : perl-Regexp-IPv6
Version : 0.03-bp155.2.10
Arch : noarch
Vendor : openSUSE
Installed Size : 4.3 KiB
Installed : No
Status : not installed
Source package : perl-Regexp-IPv6-0.03-bp155.2.10.src
Upstream URL : http://search.cpan.org/dist/Regexp-IPv6/
Summary : Regular expression for IPv6 addresses
Description :
This module exports the $IPv6_re regular expression that matches any valid
IPv6 address as described in "RFC 2373 - 2.2 Text Representation of
Addresses" but '::'. Any string not compliant with such RFC will be
rejected.
To match full strings use '/^$IPv6_re$/'.