How to Install and Uninstall perl-LWP-Protocol-PSGI.noarch Package on Fedora 35

Last updated: May 17,2024

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

Please follow the instructions below to install perl-LWP-Protocol-PSGI.noarch on Fedora 35

$ 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 Fedora 35:

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

3. Information about the perl-LWP-Protocol-PSGI.noarch package on Fedora 35

Last metadata expiration check: 4:06:26 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : perl-LWP-Protocol-PSGI
Version : 0.11
Release : 7.fc35
Architecture : noarch
Size : 24 k
Source : perl-LWP-Protocol-PSGI-0.11-7.fc35.src.rpm
Repository : fedora
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.