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

Last updated: May 04,2024

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

This is a short guide on how to install perl-LWP-Protocol-PSGI.noarch on AlmaLinux 8

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

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

Learn how to uninstall perl-LWP-Protocol-PSGI.noarch on AlmaLinux 8:

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

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

Last metadata expiration check: 0:23:13 ago on Mon Sep 5 03:22:42 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.