How To Install perl-HTTP-Request-Params on Fedora 36

In this tutorial we learn how to install perl-HTTP-Request-Params in Fedora 36. perl-HTTP-Request-Params is Retrieve GET/POST Parameters from HTTP Requests

Introduction

In this tutorial we learn how to install perl-HTTP-Request-Params on Fedora 36.

What is perl-HTTP-Request-Params

This software does all the dirty work of parsing HTTP Requests to find incoming query parameters.

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

Install perl-HTTP-Request-Params 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-HTTP-Request-Params using dnf by running the following command:

sudo dnf -y install perl-HTTP-Request-Params

Install perl-HTTP-Request-Params 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-HTTP-Request-Params using yum by running the following command:

sudo yum -y install perl-HTTP-Request-Params

How To Uninstall perl-HTTP-Request-Params on Fedora 36

To uninstall only the perl-HTTP-Request-Params package we can use the following command:

sudo dnf remove perl-HTTP-Request-Params

perl-HTTP-Request-Params Package Contents on Fedora 36

/usr/share/doc/perl-HTTP-Request-Params
/usr/share/doc/perl-HTTP-Request-Params/Changes
/usr/share/doc/perl-HTTP-Request-Params/README
/usr/share/man/man3/HTTP::Request::Params.3pm.gz
/usr/share/perl5/vendor_perl/HTTP/Request
/usr/share/perl5/vendor_perl/HTTP/Request/Params.pm

References

Summary

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