How to Install and Uninstall perl-Net-HTTP.noarch Package on Amazon Linux 2

Last updated: May 03,2024

1. Install "perl-Net-HTTP.noarch" package

Here is a brief guide to show you how to install perl-Net-HTTP.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install perl-Net-HTTP.noarch

2. Uninstall "perl-Net-HTTP.noarch" package

In this section, we are going to explain the necessary steps to uninstall perl-Net-HTTP.noarch on Amazon Linux 2:

$ sudo yum remove perl-Net-HTTP.noarch $ sudo yum autoremove

3. Information about the perl-Net-HTTP.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : perl-Net-HTTP
Arch : noarch
Version : 6.06
Release : 2.amzn2
Size : 29 k
Repo : amzn2-core/2/x86_64
Summary : Low-level HTTP connection (client)
URL : http://search.cpan.org/dist/Net-HTTP/
License : GPL+ or Artistic
Description : The Net::HTTP class is a low-level HTTP client. An instance of the
: Net::HTTP class represents a connection to an HTTP server. The
: HTTP protocol is described in RFC 2616. The Net::HTTP class
: supports HTTP/1.0 and HTTP/1.1.