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

Last updated: October 08,2024

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

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

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

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

This tutorial shows how to uninstall perl-MooseX-App-Cmd.noarch on Fedora 36:

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

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

Last metadata expiration check: 2:02:57 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-MooseX-App-Cmd
Version : 0.34
Release : 4.fc36
Architecture : noarch
Size : 26 k
Source : perl-MooseX-App-Cmd-0.34-4.fc36.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.