How to Install and Uninstall perl-MooseX-App-Cmd.noarch Package on Fedora 35

Last updated: May 05,2024

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

Learn how to install perl-MooseX-App-Cmd.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install perl-MooseX-App-Cmd.noarch

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

Please follow the steps below to uninstall perl-MooseX-App-Cmd.noarch on Fedora 35:

$ sudo dnf remove perl-MooseX-App-Cmd.noarch $ sudo dnf autoremove

3. Information about the perl-MooseX-App-Cmd.noarch package on Fedora 35

Last metadata expiration check: 0:36:45 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : perl-MooseX-App-Cmd
Version : 0.34
Release : 3.fc35
Architecture : noarch
Size : 26 k
Source : perl-MooseX-App-Cmd-0.34-3.fc35.src.rpm
Repository : fedora
Summary : Mashes up MooseX::Getopt and App::Cmd
URL : https://metacpan.org/release/MooseX-App-Cmd
License : GPL+ or Artistic
Description : This package marries App::Cmd with MooseX::Getopt.
:
: Use it like the App::Cmd man-page advises (especially see the
: App::Cmd::Tutorial man-page), swapping App::Cmd::Command for
: MooseX::App::Cmd::Command.
:
: Then you can write your commands as Moose classes, with the
: MooseX::Getopt defining the options for you instead of 'opt_spec'
: returning a Getopt::Long::Descriptive spec.