How to Install and Uninstall perl-Net-HTTP.noarch Package on CentOS Stream 8

Last updated: November 01,2024

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

Please follow the guidance below to install perl-Net-HTTP.noarch on CentOS Stream 8

$ sudo dnf update $ sudo dnf install perl-Net-HTTP.noarch

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

This tutorial shows how to uninstall perl-Net-HTTP.noarch on CentOS Stream 8:

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

3. Information about the perl-Net-HTTP.noarch package on CentOS Stream 8

Last metadata expiration check: 4:51:47 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : perl-Net-HTTP
Version : 6.17
Release : 2.module_el8+645+9d809f8c
Architecture : noarch
Size : 43 k
Source : perl-Net-HTTP-6.17-2.module_el8+645+9d809f8c.src.rpm
Repository : appstream
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.