How to Install and Uninstall perl-HTTP-Lite.noarch Package on Oracle Linux 9

Last updated: May 02,2024

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

Here is a brief guide to show you how to install perl-HTTP-Lite.noarch on Oracle Linux 9

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

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

Please follow the guidelines below to uninstall perl-HTTP-Lite.noarch on Oracle Linux 9:

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

3. Information about the perl-HTTP-Lite.noarch package on Oracle Linux 9

Last metadata expiration check: 1:26:40 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-HTTP-Lite
Version : 2.44
Release : 28.el9
Architecture : noarch
Size : 30 k
Source : perl-HTTP-Lite-2.44-28.el9.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.