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

Last updated: May 11,2024

1. Install "perl-MooseX-App" package

Please follow the step by step instructions below to install perl-MooseX-App on openSuSE Tumbleweed

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

2. Uninstall "perl-MooseX-App" package

Please follow the instructions below to uninstall perl-MooseX-App on openSuSE Tumbleweed:

$ sudo zypper remove perl-MooseX-App

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

Information for package perl-MooseX-App:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-MooseX-App
Version : 1.430.0-2.1
Arch : noarch
Vendor : openSUSE
Installed Size : 257.1 KiB
Installed : No
Status : not installed
Source package : perl-MooseX-App-1.430.0-2.1.src
Upstream URL : https://metacpan.org/release/MooseX-App
Summary : Write user-friendly command line apps with even less suffering
Description :
MooseX-App is a highly customisable helper to write user-friendly command
line applications without having to worry about most of the annoying things
usually involved. Just take any existing Moose class, add a single line
('use MooseX-App qw(PluginA PluginB ...);') and create one class for each
command in an underlying namespace. Options and positional parameters can
be defined as simple Moose accessors using the 'option' and 'parameter'
keywords respectively.