How To Install perl-Web-Machine on Fedora 36

In this tutorial we learn how to install perl-Web-Machine in Fedora 36. perl-Web-Machine is Perl port of Webmachine

Introduction

In this tutorial we learn how to install perl-Web-Machine on Fedora 36.

What is perl-Web-Machine

Web You define one or more resource classes. Each resource represents a single RESTful URI end point, such as a user, an email, etc. The resource class can also be the target for POST requests to create a new user, email, etc.

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

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

sudo dnf -y install perl-Web-Machine

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

sudo yum -y install perl-Web-Machine

How To Uninstall perl-Web-Machine on Fedora 36

To uninstall only the perl-Web-Machine package we can use the following command:

sudo dnf remove perl-Web-Machine

perl-Web-Machine Package Contents on Fedora 36

/usr/share/doc/perl-Web-Machine
/usr/share/doc/perl-Web-Machine/CONTRIBUTING.md
/usr/share/doc/perl-Web-Machine/Changes
/usr/share/doc/perl-Web-Machine/README.md
/usr/share/licenses/perl-Web-Machine
/usr/share/licenses/perl-Web-Machine/LICENSE
/usr/share/man/man3/Web::Machine.3pm.gz
/usr/share/man/man3/Web::Machine::FSM.3pm.gz
/usr/share/man/man3/Web::Machine::FSM::States.3pm.gz
/usr/share/man/man3/Web::Machine::I18N.3pm.gz
/usr/share/man/man3/Web::Machine::I18N::en.3pm.gz
/usr/share/man/man3/Web::Machine::Manual.3pm.gz
/usr/share/man/man3/Web::Machine::Resource.3pm.gz
/usr/share/man/man3/Web::Machine::Util.3pm.gz
/usr/share/man/man3/Web::Machine::Util::BodyEncoding.3pm.gz
/usr/share/man/man3/Web::Machine::Util::ContentNegotiation.3pm.gz
/usr/share/perl5/vendor_perl/Web
/usr/share/perl5/vendor_perl/Web/Machine
/usr/share/perl5/vendor_perl/Web/Machine.pm
/usr/share/perl5/vendor_perl/Web/Machine/FSM
/usr/share/perl5/vendor_perl/Web/Machine/FSM.pm
/usr/share/perl5/vendor_perl/Web/Machine/FSM/States.pm
/usr/share/perl5/vendor_perl/Web/Machine/I18N
/usr/share/perl5/vendor_perl/Web/Machine/I18N.pm
/usr/share/perl5/vendor_perl/Web/Machine/I18N/en.pm
/usr/share/perl5/vendor_perl/Web/Machine/Manual.pod
/usr/share/perl5/vendor_perl/Web/Machine/Resource.pm
/usr/share/perl5/vendor_perl/Web/Machine/Util
/usr/share/perl5/vendor_perl/Web/Machine/Util.pm
/usr/share/perl5/vendor_perl/Web/Machine/Util/BodyEncoding.pm
/usr/share/perl5/vendor_perl/Web/Machine/Util/ContentNegotiation.pm

References

Summary

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