How To Install perl-MouseX-Getopt on Fedora 36

In this tutorial we learn how to install perl-MouseX-Getopt in Fedora 36. perl-MouseX-Getopt is Mouse role for processing command line options

Introduction

In this tutorial we learn how to install perl-MouseX-Getopt on Fedora 36.

What is perl-MouseX-Getopt

This is a Mouse role that provides an alternate constructor for creating objects using parameters passed in from the command line.

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

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

sudo dnf -y install perl-MouseX-Getopt

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

sudo yum -y install perl-MouseX-Getopt

How To Uninstall perl-MouseX-Getopt on Fedora 36

To uninstall only the perl-MouseX-Getopt package we can use the following command:

sudo dnf remove perl-MouseX-Getopt

perl-MouseX-Getopt Package Contents on Fedora 36

/usr/share/doc/perl-MouseX-Getopt
/usr/share/doc/perl-MouseX-Getopt/Changes
/usr/share/doc/perl-MouseX-Getopt/README.md
/usr/share/man/man3/MouseX::Getopt.3pm.gz
/usr/share/man/man3/MouseX::Getopt::Basic.3pm.gz
/usr/share/man/man3/MouseX::Getopt::Dashes.3pm.gz
/usr/share/man/man3/MouseX::Getopt::GLD.3pm.gz
/usr/share/man/man3/MouseX::Getopt::Meta::Attribute.3pm.gz
/usr/share/man/man3/MouseX::Getopt::Meta::Attribute::NoGetopt.3pm.gz
/usr/share/man/man3/MouseX::Getopt::Meta::Attribute::Trait.3pm.gz
/usr/share/man/man3/MouseX::Getopt::Meta::Attribute::Trait::NoGetopt.3pm.gz
/usr/share/man/man3/MouseX::Getopt::OptionTypeMap.3pm.gz
/usr/share/man/man3/MouseX::Getopt::Strict.3pm.gz
/usr/share/perl5/vendor_perl/MouseX
/usr/share/perl5/vendor_perl/MouseX/Getopt
/usr/share/perl5/vendor_perl/MouseX/Getopt.pm
/usr/share/perl5/vendor_perl/MouseX/Getopt/Basic.pm
/usr/share/perl5/vendor_perl/MouseX/Getopt/Dashes.pm
/usr/share/perl5/vendor_perl/MouseX/Getopt/GLD.pm
/usr/share/perl5/vendor_perl/MouseX/Getopt/Meta
/usr/share/perl5/vendor_perl/MouseX/Getopt/Meta/Attribute
/usr/share/perl5/vendor_perl/MouseX/Getopt/Meta/Attribute.pm
/usr/share/perl5/vendor_perl/MouseX/Getopt/Meta/Attribute/NoGetopt.pm
/usr/share/perl5/vendor_perl/MouseX/Getopt/Meta/Attribute/Trait
/usr/share/perl5/vendor_perl/MouseX/Getopt/Meta/Attribute/Trait.pm
/usr/share/perl5/vendor_perl/MouseX/Getopt/Meta/Attribute/Trait/NoGetopt.pm
/usr/share/perl5/vendor_perl/MouseX/Getopt/OptionTypeMap.pm
/usr/share/perl5/vendor_perl/MouseX/Getopt/Strict.pm

References

Summary

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