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

Last updated: July 03,2024

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

Please follow the guidance below to install perl-LWP-Protocol-PSGI.noarch on Fedora 34

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

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

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

Last metadata expiration check: 1:04:54 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : perl-LWP-Protocol-PSGI
Version : 0.11
Release : 5.fc34
Architecture : noarch
Size : 25 k
Source : perl-LWP-Protocol-PSGI-0.11-5.fc34.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.