How to Install and Uninstall perl-MooseX-App-Cmd Package on openSUSE Leap

Last updated: May 03,2024

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

Please follow the guidelines below to install perl-MooseX-App-Cmd on openSUSE Leap

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

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

Please follow the guidelines below to uninstall perl-MooseX-App-Cmd on openSUSE Leap:

$ sudo zypper remove perl-MooseX-App-Cmd

3. Information about the perl-MooseX-App-Cmd package on openSUSE Leap

Information for package perl-MooseX-App-Cmd:
--------------------------------------------
Repository : Main Repository
Name : perl-MooseX-App-Cmd
Version : 0.34-bp155.2.8
Arch : noarch
Vendor : openSUSE
Installed Size : 39.0 KiB
Installed : No
Status : not installed
Source package : perl-MooseX-App-Cmd-0.34-bp155.2.8.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.