How to Install and Uninstall perl-HTTP-Lite.noarch Package on Fedora 38

Last updated: October 28,2024

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

Please follow the steps below to install perl-HTTP-Lite.noarch on Fedora 38

$ 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 Fedora 38:

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

3. Information about the perl-HTTP-Lite.noarch package on Fedora 38

Last metadata expiration check: 4:57:03 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : perl-HTTP-Lite
Version : 2.44
Release : 32.fc38
Architecture : noarch
Size : 30 k
Source : perl-HTTP-Lite-2.44-32.fc38.src.rpm
Repository : fedora
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.