How To Install perl-MooX-Cmd on Fedora 36

In this tutorial we learn how to install perl-MooX-Cmd in Fedora 36. perl-MooX-Cmd is Giving an easy Moo style way to make command organized CLI apps

Introduction

In this tutorial we learn how to install perl-MooX-Cmd on Fedora 36.

What is perl-MooX-Cmd

Works together with MooX are parsed for the specific context and used for the instantiation

We can use yum or dnf to install perl-MooX-Cmd on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-MooX-Cmd.

Install perl-MooX-Cmd on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install perl-MooX-Cmd using dnf by running the following command:

sudo dnf -y install perl-MooX-Cmd

Install perl-MooX-Cmd on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-MooX-Cmd using yum by running the following command:

sudo yum -y install perl-MooX-Cmd

How To Uninstall perl-MooX-Cmd on Fedora 36

To uninstall only the perl-MooX-Cmd package we can use the following command:

sudo dnf remove perl-MooX-Cmd

perl-MooX-Cmd Package Contents on Fedora 36

/usr/share/doc/perl-MooX-Cmd
/usr/share/doc/perl-MooX-Cmd/Changes
/usr/share/doc/perl-MooX-Cmd/README.md
/usr/share/man/man3/MooX::Cmd.3pm.gz
/usr/share/man/man3/MooX::Cmd::Role.3pm.gz
/usr/share/man/man3/MooX::Cmd::Role::AbbrevCmds.3pm.gz
/usr/share/man/man3/MooX::Cmd::Role::ConfigFromFile.3pm.gz
/usr/share/man/man3/MooX::Cmd::Tester.3pm.gz
/usr/share/perl5/vendor_perl/MooX
/usr/share/perl5/vendor_perl/MooX/Cmd
/usr/share/perl5/vendor_perl/MooX/Cmd.pm
/usr/share/perl5/vendor_perl/MooX/Cmd/Role
/usr/share/perl5/vendor_perl/MooX/Cmd/Role.pm
/usr/share/perl5/vendor_perl/MooX/Cmd/Role/AbbrevCmds.pm
/usr/share/perl5/vendor_perl/MooX/Cmd/Role/ConfigFromFile.pm
/usr/share/perl5/vendor_perl/MooX/Cmd/Tester.pm

References

Summary

In this tutorial we learn how to install perl-MooX-Cmd on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).