How to Install and Uninstall perl-Net-HTTP.noarch Package on CentOS 7 / RHEL 7

Last updated: May 10,2024

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

This guide let you learn how to install perl-Net-HTTP.noarch on CentOS 7 / RHEL 7

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

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

This is a short guide on how to uninstall perl-Net-HTTP.noarch on CentOS 7 / RHEL 7:

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

3. Information about the perl-Net-HTTP.noarch package on CentOS 7 / RHEL 7

Installed Packages
Name : perl-Net-HTTP
Arch : noarch
Version : 6.06
Release : 2.el7
Size : 51 k
Repo : installed
From repo : base
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.