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

Last updated: October 13,2024

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

This guide let you learn how to install perl-CGI-PSGI.noarch on Fedora 36

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

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

Please follow the guidance below to uninstall perl-CGI-PSGI.noarch on Fedora 36:

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

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

Last metadata expiration check: 1:12:54 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-CGI-PSGI
Version : 0.15
Release : 31.fc36
Architecture : noarch
Size : 17 k
Source : perl-CGI-PSGI-0.15-31.fc36.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.