How to Install and Uninstall perl-LWP-Protocol-PSGI.noarch Package on CentOS 8 / RHEL 8

Last updated: May 21,2024

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

Please follow the guidelines below to install perl-LWP-Protocol-PSGI.noarch on CentOS 8 / RHEL 8

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

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

Please follow the guidelines below to uninstall perl-LWP-Protocol-PSGI.noarch on CentOS 8 / RHEL 8:

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

3. Information about the perl-LWP-Protocol-PSGI.noarch package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 6:41:00 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : perl-LWP-Protocol-PSGI
Version : 0.11
Release : 2.el8
Architecture : noarch
Size : 25 k
Source : perl-LWP-Protocol-PSGI-0.11-2.el8.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+ or Artistic
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.