How To Install perl-HTTP-Proxy on Fedora 36

In this tutorial we learn how to install perl-HTTP-Proxy in Fedora 36. perl-HTTP-Proxy is A pure Perl HTTP proxy

Introduction

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

What is perl-HTTP-Proxy

Its main use should be to record and/or modify web sessions, so as to help users create web robots, web testing suites, as well as proxy systems than can transparently alter the requests to and answers from an origin server.

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

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

sudo dnf -y install perl-HTTP-Proxy

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

sudo yum -y install perl-HTTP-Proxy

How To Uninstall perl-HTTP-Proxy on Fedora 36

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

sudo dnf remove perl-HTTP-Proxy

perl-HTTP-Proxy Package Contents on Fedora 36

/usr/share/doc/perl-HTTP-Proxy
/usr/share/doc/perl-HTTP-Proxy/Changes
/usr/share/doc/perl-HTTP-Proxy/README
/usr/share/doc/perl-HTTP-Proxy/eg
/usr/share/doc/perl-HTTP-Proxy/eg/README
/usr/share/doc/perl-HTTP-Proxy/eg/adblock.pl
/usr/share/doc/perl-HTTP-Proxy/eg/anonymiser.pl
/usr/share/doc/perl-HTTP-Proxy/eg/ayb.pl
/usr/share/doc/perl-HTTP-Proxy/eg/bork.pl
/usr/share/doc/perl-HTTP-Proxy/eg/dragon.pl
/usr/share/doc/perl-HTTP-Proxy/eg/flv.pl
/usr/share/doc/perl-HTTP-Proxy/eg/fudd.pl
/usr/share/doc/perl-HTTP-Proxy/eg/https.pl
/usr/share/doc/perl-HTTP-Proxy/eg/javascript.pl
/usr/share/doc/perl-HTTP-Proxy/eg/js.pl
/usr/share/doc/perl-HTTP-Proxy/eg/leet.pl
/usr/share/doc/perl-HTTP-Proxy/eg/logger.pl
/usr/share/doc/perl-HTTP-Proxy/eg/outline.pl
/usr/share/doc/perl-HTTP-Proxy/eg/pdf.pl
/usr/share/doc/perl-HTTP-Proxy/eg/perlmonks.pl
/usr/share/doc/perl-HTTP-Proxy/eg/post.pl
/usr/share/doc/perl-HTTP-Proxy/eg/proxy-auth.pl
/usr/share/doc/perl-HTTP-Proxy/eg/proxy.pl
/usr/share/doc/perl-HTTP-Proxy/eg/rainbow.pl
/usr/share/doc/perl-HTTP-Proxy/eg/rfc.pl
/usr/share/doc/perl-HTTP-Proxy/eg/rot13.pl
/usr/share/doc/perl-HTTP-Proxy/eg/switch.pl
/usr/share/doc/perl-HTTP-Proxy/eg/tracker.pl
/usr/share/doc/perl-HTTP-Proxy/eg/trim.pl
/usr/share/doc/perl-HTTP-Proxy/eg/yahoogroups.pl
/usr/share/man/man3/HTTP::Proxy.3pm.gz
/usr/share/man/man3/HTTP::Proxy::BodyFilter.3pm.gz
/usr/share/man/man3/HTTP::Proxy::BodyFilter::complete.3pm.gz
/usr/share/man/man3/HTTP::Proxy::BodyFilter::htmlparser.3pm.gz
/usr/share/man/man3/HTTP::Proxy::BodyFilter::htmltext.3pm.gz
/usr/share/man/man3/HTTP::Proxy::BodyFilter::lines.3pm.gz
/usr/share/man/man3/HTTP::Proxy::BodyFilter::save.3pm.gz
/usr/share/man/man3/HTTP::Proxy::BodyFilter::simple.3pm.gz
/usr/share/man/man3/HTTP::Proxy::BodyFilter::tags.3pm.gz
/usr/share/man/man3/HTTP::Proxy::Engine.3pm.gz
/usr/share/man/man3/HTTP::Proxy::Engine::Legacy.3pm.gz
/usr/share/man/man3/HTTP::Proxy::Engine::NoFork.3pm.gz
/usr/share/man/man3/HTTP::Proxy::Engine::ScoreBoard.3pm.gz
/usr/share/man/man3/HTTP::Proxy::Engine::Threaded.3pm.gz
/usr/share/man/man3/HTTP::Proxy::FilterStack.3pm.gz
/usr/share/man/man3/HTTP::Proxy::HeaderFilter.3pm.gz
/usr/share/man/man3/HTTP::Proxy::HeaderFilter::simple.3pm.gz
/usr/share/man/man3/HTTP::Proxy::HeaderFilter::standard.3pm.gz
/usr/share/perl5/vendor_perl/HTTP
/usr/share/perl5/vendor_perl/HTTP/Proxy
/usr/share/perl5/vendor_perl/HTTP/Proxy.pm
/usr/share/perl5/vendor_perl/HTTP/Proxy/BodyFilter
/usr/share/perl5/vendor_perl/HTTP/Proxy/BodyFilter.pm
/usr/share/perl5/vendor_perl/HTTP/Proxy/BodyFilter/complete.pm
/usr/share/perl5/vendor_perl/HTTP/Proxy/BodyFilter/htmlparser.pm
/usr/share/perl5/vendor_perl/HTTP/Proxy/BodyFilter/htmltext.pm
/usr/share/perl5/vendor_perl/HTTP/Proxy/BodyFilter/lines.pm
/usr/share/perl5/vendor_perl/HTTP/Proxy/BodyFilter/save.pm
/usr/share/perl5/vendor_perl/HTTP/Proxy/BodyFilter/simple.pm
/usr/share/perl5/vendor_perl/HTTP/Proxy/BodyFilter/tags.pm
/usr/share/perl5/vendor_perl/HTTP/Proxy/Engine
/usr/share/perl5/vendor_perl/HTTP/Proxy/Engine.pm
/usr/share/perl5/vendor_perl/HTTP/Proxy/Engine/Legacy.pm
/usr/share/perl5/vendor_perl/HTTP/Proxy/Engine/NoFork.pm
/usr/share/perl5/vendor_perl/HTTP/Proxy/Engine/ScoreBoard.pm
/usr/share/perl5/vendor_perl/HTTP/Proxy/Engine/Threaded.pm
/usr/share/perl5/vendor_perl/HTTP/Proxy/FilterStack.pm
/usr/share/perl5/vendor_perl/HTTP/Proxy/HeaderFilter
/usr/share/perl5/vendor_perl/HTTP/Proxy/HeaderFilter.pm
/usr/share/perl5/vendor_perl/HTTP/Proxy/HeaderFilter/simple.pm
/usr/share/perl5/vendor_perl/HTTP/Proxy/HeaderFilter/standard.pm

References

Summary

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