How To Install perl-Regexp-IPv6 on Fedora 36

In this tutorial we learn how to install perl-Regexp-IPv6 in Fedora 36. perl-Regexp-IPv6 is Regular expression for IPv6 addresses

Introduction

In this tutorial we learn how to install perl-Regexp-IPv6 on Fedora 36.

What is perl-Regexp-IPv6

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

We can use yum or dnf to install perl-Regexp-IPv6 on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Regexp-IPv6.

Install perl-Regexp-IPv6 on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install perl-Regexp-IPv6 using dnf by running the following command:

sudo dnf -y install perl-Regexp-IPv6

Install perl-Regexp-IPv6 on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-Regexp-IPv6 using yum by running the following command:

sudo yum -y install perl-Regexp-IPv6

How To Uninstall perl-Regexp-IPv6 on Fedora 36

To uninstall only the perl-Regexp-IPv6 package we can use the following command:

sudo dnf remove perl-Regexp-IPv6

perl-Regexp-IPv6 Package Contents on Fedora 36

/usr/share/doc/perl-Regexp-IPv6
/usr/share/doc/perl-Regexp-IPv6/Changes
/usr/share/doc/perl-Regexp-IPv6/README
/usr/share/man/man3/Regexp::IPv6.3pm.gz
/usr/share/perl5/vendor_perl/Regexp
/usr/share/perl5/vendor_perl/Regexp/IPv6.pm

References

Summary

In this tutorial we learn how to install perl-Regexp-IPv6 on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).