How To Install perl-Mixin-ExtraFields on Fedora 36

In this tutorial we learn how to install perl-Mixin-ExtraFields in Fedora 36. perl-Mixin-ExtraFields is Add extra stashes of data to your objects

Introduction

In this tutorial we learn how to install perl-Mixin-ExtraFields on Fedora 36.

What is perl-Mixin-ExtraFields

Mixin for named data. These data can be stored in the object, in a database, or anywhere else. The storage mechanism is abstracted away from the provided interface, so one storage mechanism can be easily swapped for another. Multiple ExtraFields stashes can be mixed into one class, using one or many storage mechanisms.

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

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

sudo dnf -y install perl-Mixin-ExtraFields

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

sudo yum -y install perl-Mixin-ExtraFields

How To Uninstall perl-Mixin-ExtraFields on Fedora 36

To uninstall only the perl-Mixin-ExtraFields package we can use the following command:

sudo dnf remove perl-Mixin-ExtraFields

perl-Mixin-ExtraFields Package Contents on Fedora 36

/usr/share/doc/perl-Mixin-ExtraFields
/usr/share/doc/perl-Mixin-ExtraFields/Changes
/usr/share/doc/perl-Mixin-ExtraFields/LICENSE
/usr/share/doc/perl-Mixin-ExtraFields/README
/usr/share/man/man3/Mixin::ExtraFields.3pm.gz
/usr/share/man/man3/Mixin::ExtraFields::Driver.3pm.gz
/usr/share/man/man3/Mixin::ExtraFields::Driver::HashGuts.3pm.gz
/usr/share/perl5/vendor_perl/Mixin
/usr/share/perl5/vendor_perl/Mixin/ExtraFields
/usr/share/perl5/vendor_perl/Mixin/ExtraFields.pm
/usr/share/perl5/vendor_perl/Mixin/ExtraFields/Driver
/usr/share/perl5/vendor_perl/Mixin/ExtraFields/Driver.pm
/usr/share/perl5/vendor_perl/Mixin/ExtraFields/Driver/HashGuts.pm

References

Summary

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