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

Last updated: January 11,2025

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

This guide let you learn how to install perl-MooseX-App.noarch on Fedora 35

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

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

Please follow the step by step instructions below to uninstall perl-MooseX-App.noarch on Fedora 35:

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

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

Last metadata expiration check: 0:11:27 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : perl-MooseX-App
Version : 1.41
Release : 11.fc35
Architecture : noarch
Size : 119 k
Source : perl-MooseX-App-1.41-11.fc35.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.