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

Last updated: May 20,2024

1. Install "perl-MooseX-App-Cmd" package

Please follow the steps below to install perl-MooseX-App-Cmd on openSuSE Tumbleweed

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

2. Uninstall "perl-MooseX-App-Cmd" package

This is a short guide on how to uninstall perl-MooseX-App-Cmd on openSuSE Tumbleweed:

$ sudo zypper remove perl-MooseX-App-Cmd

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

Information for package perl-MooseX-App-Cmd:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-MooseX-App-Cmd
Version : 0.34-1.14
Arch : noarch
Vendor : openSUSE
Installed Size : 37.2 KiB
Installed : No
Status : not installed
Source package : perl-MooseX-App-Cmd-0.34-1.14.src
Upstream URL : https://metacpan.org/release/MooseX-App-Cmd
Summary : Mashes up MooseX::Getopt and App::Cmd
Description :
This module marries App::Cmd with MooseX::Getopt.
Use it like App::Cmd advises (especially see App::Cmd::Tutorial), swapping
App::Cmd::Command for MooseX::App::Cmd::Command.
Then you can write your moose commands as Moose classes, with
MooseX::Getopt defining the options for you instead of 'opt_spec' returning
a Getopt::Long::Descriptive spec.