How To Install perl-Router-Simple on Rocky Linux 8

In this tutorial we learn how to install perl-Router-Simple on Rocky Linux 8. perl-Router-Simple is Simple HTTP router

Introduction

In this tutorial we learn how to install perl-Router-Simple on Rocky Linux 8.

What is perl-Router-Simple

Router

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

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

sudo dnf -y install perl-Router-Simple

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

sudo yum -y install perl-Router-Simple

How To Uninstall perl-Router-Simple on Rocky Linux 8

To uninstall only the perl-Router-Simple package we can use the following command:

sudo dnf remove perl-Router-Simple

perl-Router-Simple Package Contents on Rocky Linux 8

/usr/share/doc/perl-Router-Simple
/usr/share/doc/perl-Router-Simple/Changes
/usr/share/doc/perl-Router-Simple/README.md
/usr/share/licenses/perl-Router-Simple
/usr/share/licenses/perl-Router-Simple/LICENSE
/usr/share/man/man3/Router::Simple.3pm.gz
/usr/share/man/man3/Router::Simple::Cookbook.3pm.gz
/usr/share/man/man3/Router::Simple::Declare.3pm.gz
/usr/share/man/man3/Router::Simple::Route.3pm.gz
/usr/share/man/man3/Router::Simple::SubMapper.3pm.gz
/usr/share/perl5/vendor_perl/Router
/usr/share/perl5/vendor_perl/Router/Simple
/usr/share/perl5/vendor_perl/Router/Simple.pm
/usr/share/perl5/vendor_perl/Router/Simple/Cookbook.pod
/usr/share/perl5/vendor_perl/Router/Simple/Declare.pm
/usr/share/perl5/vendor_perl/Router/Simple/Route.pm
/usr/share/perl5/vendor_perl/Router/Simple/SubMapper.pm

References

Summary

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