How to Install and Uninstall perl-Router-Simple Package on openSUSE Leap

Last updated: June 18,2024

1. Install "perl-Router-Simple" package

Please follow the instructions below to install perl-Router-Simple on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-Router-Simple

2. Uninstall "perl-Router-Simple" package

This guide covers the steps necessary to uninstall perl-Router-Simple on openSUSE Leap:

$ sudo zypper remove perl-Router-Simple

3. Information about the perl-Router-Simple package on openSUSE Leap

Information for package perl-Router-Simple:
-------------------------------------------
Repository : Main Repository
Name : perl-Router-Simple
Version : 0.17-bp155.2.9
Arch : noarch
Vendor : openSUSE
Installed Size : 58.5 KiB
Installed : No
Status : not installed
Source package : perl-Router-Simple-0.17-bp155.2.9.src
Upstream URL : http://search.cpan.org/dist/Router-Simple/
Summary : simple HTTP router
Description :
Router::Simple is a simple router class.
Its main purpose is to serve as a dispatcher for web applications.
Router::Simple can match against PSGI '$env' directly, which means it's
easy to use with PSGI supporting web frameworks.