How to Install and Uninstall perl-Plack.noarch Package on Oracle Linux 8

Last updated: November 28,2024

1. Install "perl-Plack.noarch" package

This is a short guide on how to install perl-Plack.noarch on Oracle Linux 8

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

2. Uninstall "perl-Plack.noarch" package

This guide covers the steps necessary to uninstall perl-Plack.noarch on Oracle Linux 8:

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

3. Information about the perl-Plack.noarch package on Oracle Linux 8

Last metadata expiration check: 6:42:32 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : perl-Plack
Version : 1.0047
Release : 7.el8
Architecture : noarch
Size : 252 k
Source : perl-Plack-1.0047-7.el8.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.