How to Install and Uninstall perl-Regexp-IPv6 Package on openSuSE Tumbleweed

Last updated: November 07,2024

1. Install "perl-Regexp-IPv6" package

Please follow the guidelines below to install perl-Regexp-IPv6 on openSuSE Tumbleweed

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

2. Uninstall "perl-Regexp-IPv6" package

This is a short guide on how to uninstall perl-Regexp-IPv6 on openSuSE Tumbleweed:

$ sudo zypper remove perl-Regexp-IPv6

3. Information about the perl-Regexp-IPv6 package on openSuSE Tumbleweed

Information for package perl-Regexp-IPv6:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Regexp-IPv6
Version : 0.03-5.30
Arch : noarch
Vendor : openSUSE
Installed Size : 4.1 KiB
Installed : No
Status : not installed
Source package : perl-Regexp-IPv6-0.03-5.30.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$/'.