How to Install and Uninstall perl-Plack Package on openSUSE Leap

Last updated: October 05,2024

1. Install "perl-Plack" package

This is a short guide on how to install perl-Plack on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-Plack

2. Uninstall "perl-Plack" package

This is a short guide on how to uninstall perl-Plack on openSUSE Leap:

$ sudo zypper remove perl-Plack

3. Information about the perl-Plack package on openSUSE Leap

Information for package perl-Plack:
-----------------------------------
Repository : Main Repository
Name : perl-Plack
Version : 1.0039-bp155.2.8
Arch : noarch
Vendor : openSUSE
Installed Size : 507.5 KiB
Installed : No
Status : not installed
Source package : perl-Plack-1.0039-bp155.2.8.src
Upstream URL : http://search.cpan.org/dist/Plack/
Summary : Perl Superglue for Web frameworks and Web Servers (PSGI toolkit)
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.
See PSGI for the PSGI specification and PSGI::FAQ to know what PSGI and
Plack are and why we need them.