How to Install and Uninstall perl-MooseX-AuthorizedMethods Package on openSuSE Tumbleweed

Last updated: July 03,2024

1. Install "perl-MooseX-AuthorizedMethods" package

This guide covers the steps necessary to install perl-MooseX-AuthorizedMethods on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-MooseX-AuthorizedMethods

2. Uninstall "perl-MooseX-AuthorizedMethods" package

Please follow the steps below to uninstall perl-MooseX-AuthorizedMethods on openSuSE Tumbleweed:

$ sudo zypper remove perl-MooseX-AuthorizedMethods

3. Information about the perl-MooseX-AuthorizedMethods package on openSuSE Tumbleweed

Information for package perl-MooseX-AuthorizedMethods:
------------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-MooseX-AuthorizedMethods
Version : 0.006-11.4
Arch : noarch
Vendor : openSUSE
Installed Size : 14.7 KiB
Installed : No
Status : not installed
Source package : perl-MooseX-AuthorizedMethods-0.006-11.4.src
Upstream URL : https://metacpan.org/release/MooseX-AuthorizedMethods
Summary : Syntax sugar for authorized methods
Description :
This method exports the "authorized" declarator that makes a verification
if the user has the required permissions before the acual invocation. The
default verification method will take the "user" method result and call
"roles" to list the roles given to that user.