How To Install perl-LWP-Protocol-connect on Fedora 36

In this tutorial we learn how to install perl-LWP-Protocol-connect in Fedora 36. perl-LWP-Protocol-connect is Provides HTTP/CONNECT proxy support for LWP

Introduction

In this tutorial we learn how to install perl-LWP-Protocol-connect on Fedora 36.

What is perl-LWP-Protocol-connect

The LWP via the HTTP/CONNECT method.

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

Install perl-LWP-Protocol-connect 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-LWP-Protocol-connect using dnf by running the following command:

sudo dnf -y install perl-LWP-Protocol-connect

Install perl-LWP-Protocol-connect 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-LWP-Protocol-connect using yum by running the following command:

sudo yum -y install perl-LWP-Protocol-connect

How To Uninstall perl-LWP-Protocol-connect on Fedora 36

To uninstall only the perl-LWP-Protocol-connect package we can use the following command:

sudo dnf remove perl-LWP-Protocol-connect

perl-LWP-Protocol-connect Package Contents on Fedora 36

/usr/share/doc/perl-LWP-Protocol-connect
/usr/share/doc/perl-LWP-Protocol-connect/CHANGES
/usr/share/doc/perl-LWP-Protocol-connect/LICENSE
/usr/share/doc/perl-LWP-Protocol-connect/README
/usr/share/man/man3/LWP::Protocol::connect.3pm.gz
/usr/share/perl5/vendor_perl/LWP
/usr/share/perl5/vendor_perl/LWP/Protocol
/usr/share/perl5/vendor_perl/LWP/Protocol/connect
/usr/share/perl5/vendor_perl/LWP/Protocol/connect.pm
/usr/share/perl5/vendor_perl/LWP/Protocol/connect/Socket
/usr/share/perl5/vendor_perl/LWP/Protocol/connect/Socket/Base.pm
/usr/share/perl5/vendor_perl/LWP/Protocol/http
/usr/share/perl5/vendor_perl/LWP/Protocol/http/connect
/usr/share/perl5/vendor_perl/LWP/Protocol/http/connect.pm
/usr/share/perl5/vendor_perl/LWP/Protocol/http/connect/Socket.pm
/usr/share/perl5/vendor_perl/LWP/Protocol/https
/usr/share/perl5/vendor_perl/LWP/Protocol/https/connect
/usr/share/perl5/vendor_perl/LWP/Protocol/https/connect.pm
/usr/share/perl5/vendor_perl/LWP/Protocol/https/connect/Socket.pm
/usr/share/perl5/vendor_perl/URI
/usr/share/perl5/vendor_perl/URI/connect.pm

References

Summary

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