How To Install perl-POE-Component-Client-HTTP on Fedora 36

In this tutorial we learn how to install perl-POE-Component-Client-HTTP in Fedora 36. perl-POE-Component-Client-HTTP is A non-blocking/parallel web requests engine for POE

Introduction

In this tutorial we learn how to install perl-POE-Component-Client-HTTP on Fedora 36.

What is perl-POE-Component-Client-HTTP

POE sessions run while HTTP transactions are being processed, and it lets several HTTP transactions be processed in parallel.

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

Install perl-POE-Component-Client-HTTP 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-POE-Component-Client-HTTP using dnf by running the following command:

sudo dnf -y install perl-POE-Component-Client-HTTP

Install perl-POE-Component-Client-HTTP 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-POE-Component-Client-HTTP using yum by running the following command:

sudo yum -y install perl-POE-Component-Client-HTTP

How To Uninstall perl-POE-Component-Client-HTTP on Fedora 36

To uninstall only the perl-POE-Component-Client-HTTP package we can use the following command:

sudo dnf remove perl-POE-Component-Client-HTTP

perl-POE-Component-Client-HTTP Package Contents on Fedora 36

/usr/share/doc/perl-POE-Component-Client-HTTP
/usr/share/doc/perl-POE-Component-Client-HTTP/CHANGES
/usr/share/doc/perl-POE-Component-Client-HTTP/CHANGES.OLD
/usr/share/doc/perl-POE-Component-Client-HTTP/README
/usr/share/doc/perl-POE-Component-Client-HTTP/examples
/usr/share/doc/perl-POE-Component-Client-HTTP/examples/pcchget.perl
/usr/share/man/man3/POE::Component::Client::HTTP.3pm.gz
/usr/share/man/man3/POE::Component::Client::HTTP::Request.3pm.gz
/usr/share/man/man3/POE::Component::Client::HTTP::RequestFactory.3pm.gz
/usr/share/man/man3/POE::Filter::HTTPChunk.3pm.gz
/usr/share/man/man3/POE::Filter::HTTPHead.3pm.gz
/usr/share/perl5/vendor_perl/POE
/usr/share/perl5/vendor_perl/POE/Component
/usr/share/perl5/vendor_perl/POE/Component/Client
/usr/share/perl5/vendor_perl/POE/Component/Client/HTTP
/usr/share/perl5/vendor_perl/POE/Component/Client/HTTP.pm
/usr/share/perl5/vendor_perl/POE/Component/Client/HTTP/Request.pm
/usr/share/perl5/vendor_perl/POE/Component/Client/HTTP/RequestFactory.pm
/usr/share/perl5/vendor_perl/POE/Filter
/usr/share/perl5/vendor_perl/POE/Filter/HTTPChunk.pm
/usr/share/perl5/vendor_perl/POE/Filter/HTTPHead.pm

References

Summary

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