How to Install and Uninstall perl-HTTP-Server-Simple-PSGI.noarch Package on CentOS Stream 8

Last updated: May 18,2024

1. Install "perl-HTTP-Server-Simple-PSGI.noarch" package

Please follow the steps below to install perl-HTTP-Server-Simple-PSGI.noarch on CentOS Stream 8

$ sudo dnf update $ sudo dnf install perl-HTTP-Server-Simple-PSGI.noarch

2. Uninstall "perl-HTTP-Server-Simple-PSGI.noarch" package

Here is a brief guide to show you how to uninstall perl-HTTP-Server-Simple-PSGI.noarch on CentOS Stream 8:

$ sudo dnf remove perl-HTTP-Server-Simple-PSGI.noarch $ sudo dnf autoremove

3. Information about the perl-HTTP-Server-Simple-PSGI.noarch package on CentOS Stream 8

Last metadata expiration check: 0:22:43 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : perl-HTTP-Server-Simple-PSGI
Version : 0.16
Release : 15.el8
Architecture : noarch
Size : 24 k
Source : perl-HTTP-Server-Simple-PSGI-0.16-15.el8.src.rpm
Repository : epel
Summary : PSGI handler for HTTP::Server::Simple
URL : https://metacpan.org/release/HTTP-Server-Simple-PSGI
License : GPL+ or Artistic
Description : HTTP::Server::Simple::PSGI is a HTTP::Server::Simple based HTTP server that
: can run PSGI applications. This module only depends on
: HTTP::Server::Simple, which itself doesn't depend on any non-core modules
: so it's best to be used as an embedded web server.