How to Install and Uninstall perl-LWP-Protocol-PSGI.noarch Package on Rocky Linux 8

Last updated: September 20,2024

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

Here is a brief guide to show you how to install perl-LWP-Protocol-PSGI.noarch on Rocky Linux 8

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

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

Here is a brief guide to show you how to uninstall perl-LWP-Protocol-PSGI.noarch on Rocky Linux 8:

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

3. Information about the perl-LWP-Protocol-PSGI.noarch package on Rocky Linux 8

Last metadata expiration check: 1:27:53 ago on Mon Sep 12 10:27:18 2022.
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.