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

Last updated: May 19,2024

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

Please follow the instructions below to install perl-HTTP-Lite.noarch on CentOS Stream 8

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

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

This is a short guide on how to uninstall perl-HTTP-Lite.noarch on CentOS Stream 8:

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

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

Last metadata expiration check: 1:41:06 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : perl-HTTP-Lite
Version : 2.44
Release : 19.el8
Architecture : noarch
Size : 33 k
Source : perl-HTTP-Lite-2.44-19.el8.src.rpm
Repository : epel
Summary : Lightweight HTTP implementation
URL : https://metacpan.org/release/HTTP-Lite
License : GPL+ or Artistic
Description : HTTP::Lite is a stand-alone lightweight HTTP/1.1 implementation for perl. It is
: not intended as a replacement for the fully-features LWP module. Instead, it is
: intended for use in situations where it is desirable to install the minimal
: number of modules to achieve HTTP support, or where LWP is not a good candidate
: due to CPU overhead, such as slower processors. HTTP::Lite is also
: significantly faster than LWP.