How to Install and Uninstall perl-Plack.noarch Package on CentOS Stream 9

Last updated: November 26,2024

1. Install "perl-Plack.noarch" package

This is a short guide on how to install perl-Plack.noarch on CentOS Stream 9

$ sudo dnf update $ sudo dnf install perl-Plack.noarch

2. Uninstall "perl-Plack.noarch" package

Please follow the guidelines below to uninstall perl-Plack.noarch on CentOS Stream 9:

$ sudo dnf remove perl-Plack.noarch $ sudo dnf autoremove

3. Information about the perl-Plack.noarch package on CentOS Stream 9

Last metadata expiration check: 1:58:12 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : perl-Plack
Version : 1.0048
Release : 7.el9
Architecture : noarch
Size : 222 k
Source : perl-Plack-1.0048-7.el9.src.rpm
Repository : epel
Summary : Perl Superglue for Web frameworks and Web Servers (PSGI toolkit)
URL : https://metacpan.org/release/Plack
License : GPL+ or Artistic
Description : Plack is a set of tools for using the PSGI stack. It contains middleware
: components, a reference server and utilities for Web application
: frameworks. Plack is like Ruby's Rack or Python's Paste for WSGI.