How To Install perl-Regexp-Assemble on Rocky Linux 8

In this tutorial we learn how to install perl-Regexp-Assemble on Rocky Linux 8. perl-Regexp-Assemble is Assemble multiple Regular Expressions into a single RE

Introduction

In this tutorial we learn how to install perl-Regexp-Assemble on Rocky Linux 8.

What is perl-Regexp-Assemble

Regexp assembles them into a single regular expression (or RE) that matches all that the individual REs match.

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

Install perl-Regexp-Assemble on Rocky Linux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

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

sudo dnf -y install perl-Regexp-Assemble

Install perl-Regexp-Assemble on Rocky Linux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

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

sudo yum -y install perl-Regexp-Assemble

How To Uninstall perl-Regexp-Assemble on Rocky Linux 8

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

sudo dnf remove perl-Regexp-Assemble

perl-Regexp-Assemble Package Contents on Rocky Linux 8

/usr/share/doc/perl-Regexp-Assemble
/usr/share/doc/perl-Regexp-Assemble/Changes
/usr/share/doc/perl-Regexp-Assemble/README
/usr/share/doc/perl-Regexp-Assemble/TODO
/usr/share/doc/perl-Regexp-Assemble/examples
/usr/share/doc/perl-Regexp-Assemble/examples/assemble
/usr/share/doc/perl-Regexp-Assemble/examples/debugging
/usr/share/doc/perl-Regexp-Assemble/examples/failure.01.pl
/usr/share/doc/perl-Regexp-Assemble/examples/fee
/usr/share/doc/perl-Regexp-Assemble/examples/file.1
/usr/share/doc/perl-Regexp-Assemble/examples/file.2
/usr/share/doc/perl-Regexp-Assemble/examples/file.3
/usr/share/doc/perl-Regexp-Assemble/examples/file.4
/usr/share/doc/perl-Regexp-Assemble/examples/hostmatch
/usr/share/doc/perl-Regexp-Assemble/examples/hostmatch/bad.canonical
/usr/share/doc/perl-Regexp-Assemble/examples/hostmatch/error.canonical
/usr/share/doc/perl-Regexp-Assemble/examples/hostmatch/good.canonical
/usr/share/doc/perl-Regexp-Assemble/examples/hostmatch/hostmatch
/usr/share/doc/perl-Regexp-Assemble/examples/hostmatch/source.in
/usr/share/doc/perl-Regexp-Assemble/examples/ircwatcher
/usr/share/doc/perl-Regexp-Assemble/examples/naive
/usr/share/doc/perl-Regexp-Assemble/examples/roman
/usr/share/doc/perl-Regexp-Assemble/examples/stress-test.pl
/usr/share/doc/perl-Regexp-Assemble/examples/tld
/usr/share/doc/perl-Regexp-Assemble/examples/track-5.10
/usr/share/doc/perl-Regexp-Assemble/examples/unquotemeta
/usr/share/licenses/perl-Regexp-Assemble
/usr/share/licenses/perl-Regexp-Assemble/LICENSE
/usr/share/man/man3/Regexp::Assemble.3pm.gz
/usr/share/perl5/vendor_perl/Regexp
/usr/share/perl5/vendor_perl/Regexp/Assemble.pm

References

Summary

In this tutorial we learn how to install perl-Regexp-Assemble on Rocky Linux 8 using yum and dnf.