How To Install perl-Dancer2-Plugin-REST on Fedora 36

In this tutorial we learn how to install perl-Dancer2-Plugin-REST in Fedora 36. perl-Dancer2-Plugin-REST is Plugin for writing RESTful apps with Dancer2

Introduction

In this tutorial we learn how to install perl-Dancer2-Plugin-REST on Fedora 36.

What is perl-Dancer2-Plugin-REST

This plugin helps you write a RESTful web-service with Dancer2.

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

Install perl-Dancer2-Plugin-REST 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-Dancer2-Plugin-REST using dnf by running the following command:

sudo dnf -y install perl-Dancer2-Plugin-REST

Install perl-Dancer2-Plugin-REST 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-Dancer2-Plugin-REST using yum by running the following command:

sudo yum -y install perl-Dancer2-Plugin-REST

How To Uninstall perl-Dancer2-Plugin-REST on Fedora 36

To uninstall only the perl-Dancer2-Plugin-REST package we can use the following command:

sudo dnf remove perl-Dancer2-Plugin-REST

perl-Dancer2-Plugin-REST Package Contents on Fedora 36

/usr/share/doc/perl-Dancer2-Plugin-REST
/usr/share/doc/perl-Dancer2-Plugin-REST/Changes
/usr/share/doc/perl-Dancer2-Plugin-REST/README
/usr/share/doc/perl-Dancer2-Plugin-REST/README.mkdn
/usr/share/licenses/perl-Dancer2-Plugin-REST
/usr/share/licenses/perl-Dancer2-Plugin-REST/LICENSE
/usr/share/man/man3/Dancer2::Plugin::REST.3pm.gz
/usr/share/perl5/vendor_perl/Dancer2
/usr/share/perl5/vendor_perl/Dancer2/Plugin
/usr/share/perl5/vendor_perl/Dancer2/Plugin/REST.pm

References

Summary

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