How To Install perl-Moose-Autobox on Fedora 36

In this tutorial we learn how to install perl-Moose-Autobox in Fedora 36. perl-Moose-Autobox is Autoboxed wrappers for native Perl datatypes

Introduction

In this tutorial we learn how to install perl-Moose-Autobox on Fedora 36.

What is perl-Moose-Autobox

Moose for use with autobox.

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

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

sudo dnf -y install perl-Moose-Autobox

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

sudo yum -y install perl-Moose-Autobox

How To Uninstall perl-Moose-Autobox on Fedora 36

To uninstall only the perl-Moose-Autobox package we can use the following command:

sudo dnf remove perl-Moose-Autobox

perl-Moose-Autobox Package Contents on Fedora 36

/usr/share/doc/perl-Moose-Autobox
/usr/share/doc/perl-Moose-Autobox/Changes
/usr/share/doc/perl-Moose-Autobox/README
/usr/share/doc/perl-Moose-Autobox/examples
/usr/share/doc/perl-Moose-Autobox/examples/tic_tac_toe.pl
/usr/share/doc/perl-Moose-Autobox/examples/units
/usr/share/doc/perl-Moose-Autobox/examples/units/bytes.pl
/usr/share/doc/perl-Moose-Autobox/examples/units/time.pl
/usr/share/man/man3/Moose::Autobox.3pm.gz
/usr/share/man/man3/Moose::Autobox::Array.3pm.gz
/usr/share/man/man3/Moose::Autobox::Code.3pm.gz
/usr/share/man/man3/Moose::Autobox::Defined.3pm.gz
/usr/share/man/man3/Moose::Autobox::Hash.3pm.gz
/usr/share/man/man3/Moose::Autobox::Indexed.3pm.gz
/usr/share/man/man3/Moose::Autobox::Item.3pm.gz
/usr/share/man/man3/Moose::Autobox::List.3pm.gz
/usr/share/man/man3/Moose::Autobox::Number.3pm.gz
/usr/share/man/man3/Moose::Autobox::Ref.3pm.gz
/usr/share/man/man3/Moose::Autobox::Scalar.3pm.gz
/usr/share/man/man3/Moose::Autobox::String.3pm.gz
/usr/share/man/man3/Moose::Autobox::Undef.3pm.gz
/usr/share/man/man3/Moose::Autobox::Value.3pm.gz
/usr/share/perl5/vendor_perl/Moose
/usr/share/perl5/vendor_perl/Moose/Autobox
/usr/share/perl5/vendor_perl/Moose/Autobox.pm
/usr/share/perl5/vendor_perl/Moose/Autobox/Array.pm
/usr/share/perl5/vendor_perl/Moose/Autobox/Code.pm
/usr/share/perl5/vendor_perl/Moose/Autobox/Defined.pm
/usr/share/perl5/vendor_perl/Moose/Autobox/Hash.pm
/usr/share/perl5/vendor_perl/Moose/Autobox/Indexed.pm
/usr/share/perl5/vendor_perl/Moose/Autobox/Item.pm
/usr/share/perl5/vendor_perl/Moose/Autobox/List.pm
/usr/share/perl5/vendor_perl/Moose/Autobox/Number.pm
/usr/share/perl5/vendor_perl/Moose/Autobox/Ref.pm
/usr/share/perl5/vendor_perl/Moose/Autobox/Scalar.pm
/usr/share/perl5/vendor_perl/Moose/Autobox/String.pm
/usr/share/perl5/vendor_perl/Moose/Autobox/Undef.pm
/usr/share/perl5/vendor_perl/Moose/Autobox/Value.pm

References

Summary

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