How to Install and Uninstall perl-LWP-Protocol-http10.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 12,2024

1. Install "perl-LWP-Protocol-http10.noarch" package

In this section, we are going to explain the necessary steps to install perl-LWP-Protocol-http10.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install perl-LWP-Protocol-http10.noarch

2. Uninstall "perl-LWP-Protocol-http10.noarch" package

Here is a brief guide to show you how to uninstall perl-LWP-Protocol-http10.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove perl-LWP-Protocol-http10.noarch $ sudo dnf autoremove

3. Information about the perl-LWP-Protocol-http10.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:34:11 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : perl-LWP-Protocol-http10
Version : 6.03
Release : 21.el8
Architecture : noarch
Size : 16 k
Source : perl-LWP-Protocol-http10-6.03-21.el8.src.rpm
Repository : epel
Summary : Legacy HTTP/1.0 support for LWP
URL : https://metacpan.org/release/LWP-Protocol-http10
License : GPL+ or Artistic
Description : The LWP::Protocol::http10 module provides support for using HTTP/1.0
: protocol with LWP. To use it you need to call LWP::Protocol::implementor()
: to override the standard handler for http URLs.