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

Last updated: June 30,2024

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

Please follow the steps below to install perl-HTTP-Lite.noarch on Oracle Linux 8

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

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

In this section, we are going to explain the necessary steps to uninstall perl-HTTP-Lite.noarch on Oracle Linux 8:

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

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

Last metadata expiration check: 3:33:40 ago on Mon Sep 12 02:51:38 2022.
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.