How To Install perl-Net-HTTP.noarch on Amazon Linux 2
In this tutorial we learn how to install perl-Net-HTTP.noarch in Amazon Linux 2. perl-Net-HTTP.noarch is Low-level HTTP connection (client)
Introduction
In this tutorial we learn how to install perl-Net-HTTP.noarch on Amazon Linux 2.
What is perl-Net-HTTP.noarch
The Net Net HTTP protocol is described in RFC 2616. The Net supports HTTP/1.0 and HTTP/1.1.
We can use yum to install perl-Net-HTTP.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Net-HTTP.noarch.
Install perl-Net-HTTP.noarch on Amazon Linux 2 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install perl-Net-HTTP.noarch using yum by running the following command:
sudo yum -y install perl-Net-HTTP.noarch
How To Uninstall perl-Net-HTTP.noarch on Amazon Linux 2
To uninstall only the perl-Net-HTTP.noarch package we can use the following command:
sudo yum remove perl-Net-HTTP.noarch
perl-Net-HTTP.noarch Package Contents on Amazon Linux 2
/usr/share/doc/perl-Net-HTTP-6.06
/usr/share/doc/perl-Net-HTTP-6.06/Changes
/usr/share/doc/perl-Net-HTTP-6.06/README
/usr/share/man/man3/Net::HTTP.3pm.gz
/usr/share/man/man3/Net::HTTP::NB.3pm.gz
/usr/share/man/man3/Net::HTTPS.3pm.gz
/usr/share/perl5/vendor_perl/Net
/usr/share/perl5/vendor_perl/Net/HTTP
/usr/share/perl5/vendor_perl/Net/HTTP.pm
/usr/share/perl5/vendor_perl/Net/HTTP/Methods.pm
/usr/share/perl5/vendor_perl/Net/HTTP/NB.pm
/usr/share/perl5/vendor_perl/Net/HTTPS.pm
References
Summary
In this tutorial we learn how to install perl-Net-HTTP.noarch on Amazon Linux 2 using yum.