How To Install perl-MooX-Struct on Fedora 36

In this tutorial we learn how to install perl-MooX-Struct in Fedora 36. perl-MooX-Struct is Record structure-like Moo classes

Introduction

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

What is perl-MooX-Struct

MooX using Moo.

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

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

sudo dnf -y install perl-MooX-Struct

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

sudo yum -y install perl-MooX-Struct

How To Uninstall perl-MooX-Struct on Fedora 36

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

sudo dnf remove perl-MooX-Struct

perl-MooX-Struct Package Contents on Fedora 36

/usr/share/doc/perl-MooX-Struct
/usr/share/doc/perl-MooX-Struct/COPYRIGHT
/usr/share/doc/perl-MooX-Struct/CREDITS
/usr/share/doc/perl-MooX-Struct/Changes
/usr/share/doc/perl-MooX-Struct/NEWS
/usr/share/doc/perl-MooX-Struct/README
/usr/share/licenses/perl-MooX-Struct
/usr/share/licenses/perl-MooX-Struct/LICENSE
/usr/share/man/man3/MooX::Struct.3pm.gz
/usr/share/man/man3/MooX::Struct::Util.3pm.gz
/usr/share/perl5/vendor_perl/MooX
/usr/share/perl5/vendor_perl/MooX/Struct
/usr/share/perl5/vendor_perl/MooX/Struct.pm
/usr/share/perl5/vendor_perl/MooX/Struct/Util.pm

References

Summary

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