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

Last updated: October 06,2024

1. Install "perl-CGI-PSGI.noarch" package

Please follow the guidelines below to install perl-CGI-PSGI.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install perl-CGI-PSGI.noarch

2. Uninstall "perl-CGI-PSGI.noarch" package

Here is a brief guide to show you how to uninstall perl-CGI-PSGI.noarch on Fedora 34:

$ sudo dnf remove perl-CGI-PSGI.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 1:51:57 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : perl-CGI-PSGI
Version : 0.15
Release : 28.fc34
Architecture : noarch
Size : 17 k
Source : perl-CGI-PSGI-0.15-28.fc34.src.rpm
Repository : fedora
Summary : Enable your CGI.pm aware applications to adapt PSGI protocol
URL : https://metacpan.org/release/CGI-PSGI
License : GPL+ or Artistic
Description : This module is for web application framework developers who currently uses
: CGI to handle query parameters. You can switch to use CGI::PSGI instead of
: CGI, to make your framework compatible to PSGI with a slight modification
: of your framework adapter. The framework should already be collecting the
: body content to print at one place, and not printing any content directly
: to STDOUT.