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

Last updated: October 07,2024

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

Please follow the guidance below to install perl-LWP-Protocol-PSGI.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

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

This tutorial shows how to uninstall perl-LWP-Protocol-PSGI.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

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

Last metadata expiration check: 0:10:01 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : perl-LWP-Protocol-PSGI
Version : 0.11
Release : 13.el9
Architecture : noarch
Size : 24 k
Source : perl-LWP-Protocol-PSGI-0.11-13.el9.src.rpm
Repository : epel
Summary : Override LWP's HTTP/HTTPS backend with your own PSGI application
URL : https://metacpan.org/release/LWP-Protocol-PSGI
License : GPL-1.0-or-later OR Artistic-1.0-Perl
Description : LWP::Protocol::PSGI is a module to hijack any code that uses LWP::UserAgent
: underneath such that any HTTP or HTTPS requests can be routed to your own
: PSGI application.