How To Install perl-MooseX-Attribute-Chained on Fedora 36

In this tutorial we learn how to install perl-MooseX-Attribute-Chained in Fedora 36. perl-MooseX-Attribute-Chained is Attribute that returns the instance to allow for chaining

Introduction

In this tutorial we learn how to install perl-MooseX-Attribute-Chained on Fedora 36.

What is perl-MooseX-Attribute-Chained

MooseX chaining on accessors by returning $self on write/set operations.

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

Install perl-MooseX-Attribute-Chained 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-MooseX-Attribute-Chained using dnf by running the following command:

sudo dnf -y install perl-MooseX-Attribute-Chained

Install perl-MooseX-Attribute-Chained 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-MooseX-Attribute-Chained using yum by running the following command:

sudo yum -y install perl-MooseX-Attribute-Chained

How To Uninstall perl-MooseX-Attribute-Chained on Fedora 36

To uninstall only the perl-MooseX-Attribute-Chained package we can use the following command:

sudo dnf remove perl-MooseX-Attribute-Chained

perl-MooseX-Attribute-Chained Package Contents on Fedora 36

/usr/share/doc/perl-MooseX-Attribute-Chained
/usr/share/doc/perl-MooseX-Attribute-Chained/Changes
/usr/share/doc/perl-MooseX-Attribute-Chained/LICENSE
/usr/share/doc/perl-MooseX-Attribute-Chained/README
/usr/share/man/man3/Moose::Meta::Attribute::Custom::Trait::Chained.3pm.gz
/usr/share/man/man3/MooseX::Attribute::Chained.3pm.gz
/usr/share/man/man3/MooseX::Attribute::ChainedClone.3pm.gz
/usr/share/man/man3/MooseX::ChainedAccessors.3pm.gz
/usr/share/man/man3/MooseX::ChainedAccessors::Accessor.3pm.gz
/usr/share/man/man3/MooseX::Traits::Attribute::Chained.3pm.gz
/usr/share/perl5/vendor_perl/Moose
/usr/share/perl5/vendor_perl/Moose/Meta
/usr/share/perl5/vendor_perl/Moose/Meta/Attribute
/usr/share/perl5/vendor_perl/Moose/Meta/Attribute/Custom
/usr/share/perl5/vendor_perl/Moose/Meta/Attribute/Custom/Trait
/usr/share/perl5/vendor_perl/Moose/Meta/Attribute/Custom/Trait/Chained.pm
/usr/share/perl5/vendor_perl/MooseX
/usr/share/perl5/vendor_perl/MooseX/Attribute
/usr/share/perl5/vendor_perl/MooseX/Attribute/Chained.pm
/usr/share/perl5/vendor_perl/MooseX/Attribute/ChainedClone.pm
/usr/share/perl5/vendor_perl/MooseX/ChainedAccessors
/usr/share/perl5/vendor_perl/MooseX/ChainedAccessors.pm
/usr/share/perl5/vendor_perl/MooseX/ChainedAccessors/Accessor.pm
/usr/share/perl5/vendor_perl/MooseX/Traits
/usr/share/perl5/vendor_perl/MooseX/Traits/Attribute
/usr/share/perl5/vendor_perl/MooseX/Traits/Attribute/Chained.pm

References

Summary

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