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

Last updated: November 29,2024

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

Here is a brief guide to show you how to install perl-HTTP-Lite.noarch on Fedora 35

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

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

Here is a brief guide to show you how to uninstall perl-HTTP-Lite.noarch on Fedora 35:

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

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

Last metadata expiration check: 5:25:22 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : perl-HTTP-Lite
Version : 2.44
Release : 27.fc35
Architecture : noarch
Size : 30 k
Source : perl-HTTP-Lite-2.44-27.fc35.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.