How To Install perl-MooX-Options on Fedora 36

In this tutorial we learn how to install perl-MooX-Options in Fedora 36. perl-MooX-Options is Explicit Options eXtension for Object Class

Introduction

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

What is perl-MooX-Options

Create a command line tool with your Mo, Moo, Moose objects.

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

Install perl-MooX-Options 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-Options using dnf by running the following command:

sudo dnf -y install perl-MooX-Options

Install perl-MooX-Options 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-Options using yum by running the following command:

sudo yum -y install perl-MooX-Options

How To Uninstall perl-MooX-Options on Fedora 36

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

sudo dnf remove perl-MooX-Options

perl-MooX-Options Package Contents on Fedora 36

/usr/share/doc/perl-MooX-Options
/usr/share/doc/perl-MooX-Options/Changes
/usr/share/doc/perl-MooX-Options/README.md
/usr/share/doc/perl-MooX-Options/etc
/usr/share/doc/perl-MooX-Options/etc/25-with_config.t.json
/usr/share/doc/perl-MooX-Options/etc/25-with_config_2.t.json
/usr/share/licenses/perl-MooX-Options
/usr/share/licenses/perl-MooX-Options/LICENSE
/usr/share/man/man3/MooX::Options.3pm.gz
/usr/share/man/man3/MooX::Options::Descriptive.3pm.gz
/usr/share/man/man3/MooX::Options::Descriptive::Usage.3pm.gz
/usr/share/man/man3/MooX::Options::Manual::Man.3pm.gz
/usr/share/man/man3/MooX::Options::Manual::MooXCmd.3pm.gz
/usr/share/man/man3/MooX::Options::Manual::NamespaceClean.3pm.gz
/usr/share/man/man3/MooX::Options::Role.3pm.gz
/usr/share/perl5/vendor_perl/MooX
/usr/share/perl5/vendor_perl/MooX/Options
/usr/share/perl5/vendor_perl/MooX/Options.pm
/usr/share/perl5/vendor_perl/MooX/Options/Descriptive
/usr/share/perl5/vendor_perl/MooX/Options/Descriptive.pm
/usr/share/perl5/vendor_perl/MooX/Options/Descriptive/Usage.pm
/usr/share/perl5/vendor_perl/MooX/Options/Manual
/usr/share/perl5/vendor_perl/MooX/Options/Manual/Man.pod
/usr/share/perl5/vendor_perl/MooX/Options/Manual/MooXCmd.pod
/usr/share/perl5/vendor_perl/MooX/Options/Manual/NamespaceClean.pod
/usr/share/perl5/vendor_perl/MooX/Options/Role.pm

References

Summary

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