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

Last updated: October 06,2024

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

Please follow the guidelines below to install perl-MooseX-App-Cmd.noarch on Fedora 34

$ 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 34:

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

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

Last metadata expiration check: 5:57:28 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-MooseX-App-Cmd
Version : 0.32
Release : 16.fc34
Architecture : noarch
Size : 26 k
Source : perl-MooseX-App-Cmd-0.32-16.fc34.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 manpage advises (especially see the
: App::Cmd::Tutorial manpage), 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.