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

In this tutorial we learn how to install perl-HTTP-Parser-XS in Fedora 36. perl-HTTP-Parser-XS is A fast, primitive HTTP request parser

Introduction

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

What is perl-HTTP-Parser-XS

HTTP be used either for writing a synchronous HTTP server or an event- driven server.

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

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

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

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

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

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

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

sudo dnf remove perl-HTTP-Parser-XS

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

/usr/lib/.build-id
/usr/lib/.build-id/41
/usr/lib/.build-id/41/2baf4b1af3d662de2b8410f79f423a1bf257d2
/usr/lib64/perl5/vendor_perl/HTTP
/usr/lib64/perl5/vendor_perl/HTTP/Parser
/usr/lib64/perl5/vendor_perl/HTTP/Parser/XS
/usr/lib64/perl5/vendor_perl/HTTP/Parser/XS.pm
/usr/lib64/perl5/vendor_perl/HTTP/Parser/XS/PP.pm
/usr/lib64/perl5/vendor_perl/auto/HTTP
/usr/lib64/perl5/vendor_perl/auto/HTTP/Parser
/usr/lib64/perl5/vendor_perl/auto/HTTP/Parser/XS
/usr/lib64/perl5/vendor_perl/auto/HTTP/Parser/XS/XS.so
/usr/share/doc/perl-HTTP-Parser-XS
/usr/share/doc/perl-HTTP-Parser-XS/Changes
/usr/share/doc/perl-HTTP-Parser-XS/README
/usr/share/man/man3/HTTP::Parser::XS.3pm.gz

References

Summary

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