How To Install perl-HTTP-Entity-Parser on Fedora 36

In this tutorial we learn how to install perl-HTTP-Entity-Parser in Fedora 36. perl-HTTP-Entity-Parser is PSGI compliant HTTP Entity Parser

Introduction

In this tutorial we learn how to install perl-HTTP-Entity-Parser on Fedora 36.

What is perl-HTTP-Entity-Parser

HTTP also is compatible with HTTP reads HTTP entities from PSGI’s environment $env->{‘psgi.input’} and parses it. This module supports application/x-www-form-urlencoded, multipart/form- data and application/json.

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

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

sudo dnf -y install perl-HTTP-Entity-Parser

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

sudo yum -y install perl-HTTP-Entity-Parser

How To Uninstall perl-HTTP-Entity-Parser on Fedora 36

To uninstall only the perl-HTTP-Entity-Parser package we can use the following command:

sudo dnf remove perl-HTTP-Entity-Parser

perl-HTTP-Entity-Parser Package Contents on Fedora 36

/usr/share/doc/perl-HTTP-Entity-Parser
/usr/share/doc/perl-HTTP-Entity-Parser/Changes
/usr/share/doc/perl-HTTP-Entity-Parser/README.md
/usr/share/doc/perl-HTTP-Entity-Parser/eg
/usr/share/doc/perl-HTTP-Entity-Parser/eg/bench.pl
/usr/share/licenses/perl-HTTP-Entity-Parser
/usr/share/licenses/perl-HTTP-Entity-Parser/LICENSE
/usr/share/man/man3/HTTP::Entity::Parser.3pm.gz
/usr/share/man/man3/HTTP::Entity::Parser::JSON.3pm.gz
/usr/share/man/man3/HTTP::Entity::Parser::MultiPart.3pm.gz
/usr/share/man/man3/HTTP::Entity::Parser::OctetStream.3pm.gz
/usr/share/man/man3/HTTP::Entity::Parser::UrlEncoded.3pm.gz
/usr/share/perl5/vendor_perl/HTTP
/usr/share/perl5/vendor_perl/HTTP/Entity
/usr/share/perl5/vendor_perl/HTTP/Entity/Parser
/usr/share/perl5/vendor_perl/HTTP/Entity/Parser.pm
/usr/share/perl5/vendor_perl/HTTP/Entity/Parser/JSON.pm
/usr/share/perl5/vendor_perl/HTTP/Entity/Parser/MultiPart.pm
/usr/share/perl5/vendor_perl/HTTP/Entity/Parser/OctetStream.pm
/usr/share/perl5/vendor_perl/HTTP/Entity/Parser/UrlEncoded.pm

References

Summary

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