How To Install perl-YAPE-Regex on Fedora 36

In this tutorial we learn how to install perl-YAPE-Regex in Fedora 36. perl-YAPE-Regex is Yet Another Parser/Extractor for Regular Expressions

Introduction

In this tutorial we learn how to install perl-YAPE-Regex on Fedora 36.

What is perl-YAPE-Regex

This module is yet another parser and tree-builder for Perl regular expressions. It builds a tree out of a regex, but at the moment, the extent of the extraction tool for the tree is quite limited. However, the tree can be useful to extension modules.

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

Install perl-YAPE-Regex 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-YAPE-Regex using dnf by running the following command:

sudo dnf -y install perl-YAPE-Regex

Install perl-YAPE-Regex 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-YAPE-Regex using yum by running the following command:

sudo yum -y install perl-YAPE-Regex

How To Uninstall perl-YAPE-Regex on Fedora 36

To uninstall only the perl-YAPE-Regex package we can use the following command:

sudo dnf remove perl-YAPE-Regex

perl-YAPE-Regex Package Contents on Fedora 36

/usr/share/doc/perl-YAPE-Regex
/usr/share/doc/perl-YAPE-Regex/Changes
/usr/share/doc/perl-YAPE-Regex/README
/usr/share/man/man3/YAPE::Regex.3pm.gz
/usr/share/man/man3/YAPE::Regex::Element.3pm.gz
/usr/share/perl5/vendor_perl/YAPE
/usr/share/perl5/vendor_perl/YAPE/Regex
/usr/share/perl5/vendor_perl/YAPE/Regex.pm
/usr/share/perl5/vendor_perl/YAPE/Regex/Element.pm

References

Summary

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