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

Last updated: May 19,2024

1. Install "perl-Mason" package

This guide covers the steps necessary to install perl-Mason on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-Mason

2. Uninstall "perl-Mason" package

Please follow the guidelines below to uninstall perl-Mason on openSUSE Leap:

$ sudo zypper remove perl-Mason

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

Information for package perl-Mason:
-----------------------------------
Repository : Main Repository
Name : perl-Mason
Version : 2.24-bp155.2.8
Arch : noarch
Vendor : openSUSE
Installed Size : 375.7 KiB
Installed : No
Status : not installed
Source package : perl-Mason-2.24-bp155.2.8.src
Upstream URL : http://search.cpan.org/dist/Mason/
Summary : Powerful, high-performance templating for the web and beyond
Description :
Mason is a powerful Perl-based templating system, designed to generate
dynamic content of all kinds.
Unlike many templating systems, Mason does not attempt to invent an
alternate, "easier" syntax for templates. It provides a set of syntax and
features specific to template creation, but underneath it is still clearly
and proudly recognizable as Perl.
Mason is most often used for generating web pages. It has a companion web
framework, Poet, designed to take maximum advantage of its routing and
content generation features. It can also be used as the templating layer
for web frameworks such as Catalyst::View::Mason2 and
Dancer::Template::Mason2.
All documentation is indexed at the Mason::Manual manpage.
The previous major version of Mason (1.x) is available under the name the
HTML::Mason manpage.