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

Last updated: January 15,2025

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

Please follow the step by step instructions below to install perl-MooseX-Role-Cmd.noarch on Fedora 36

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

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

Please follow the step by step instructions below to uninstall perl-MooseX-Role-Cmd.noarch on Fedora 36:

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

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

Last metadata expiration check: 3:06:52 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-MooseX-Role-Cmd
Version : 0.10
Release : 29.fc36
Architecture : noarch
Size : 20 k
Source : perl-MooseX-Role-Cmd-0.10-29.fc36.src.rpm
Repository : fedora
Summary : Wrap system command binaries the Moose way
URL : https://metacpan.org/release/MooseX-Role-Cmd
License : GPL+ or Artistic
Description : MooseX::Role::Cmd is a Moose role intended to ease the task of building
: command-line wrapper modules. It automatically maps Moose objects into
: command strings which are passed to IPC::Cmd.