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

Last updated: September 20,2024

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

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

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

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

This is a short guide on how to uninstall perl-MooseX-App.noarch on Fedora 34:

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

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

Last metadata expiration check: 4:59:10 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-MooseX-App
Version : 1.41
Release : 9.fc34
Architecture : noarch
Size : 119 k
Source : perl-MooseX-App-1.41-9.fc34.src.rpm
Repository : fedora
Summary : Write user-friendly command line apps with even less suffering
URL : https://metacpan.org/release/MooseX-App
License : GPL+ or Artistic
Description : MooseX-App is a highly customisable helper to write user-friendly command
: line applications without having to worry about most of the annoying things
: usually involved. Just take any existing Moose class, add a single line
: (use MooseX-App qw(PluginA PluginB ...);) and create one class for each
: command in an underlying namespace. Options and positional parameters can
: be defined as simple Moose accessors.