How To Install perl-Array-RefElem on Fedora 36

In this tutorial we learn how to install perl-Array-RefElem in Fedora 36. perl-Array-RefElem is Set up array elements as aliases

Introduction

In this tutorial we learn how to install perl-Array-RefElem on Fedora 36.

What is perl-Array-RefElem

This module gives direct access to some of the internal Perl routines that let you store things in arrays and hashes.

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

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

sudo dnf -y install perl-Array-RefElem

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

sudo yum -y install perl-Array-RefElem

How To Uninstall perl-Array-RefElem on Fedora 36

To uninstall only the perl-Array-RefElem package we can use the following command:

sudo dnf remove perl-Array-RefElem

perl-Array-RefElem Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/db
/usr/lib/.build-id/db/fd37f39ffe7d54e18c307d1507cba3b9507d37
/usr/lib64/perl5/vendor_perl/Array
/usr/lib64/perl5/vendor_perl/Array/RefElem.pm
/usr/lib64/perl5/vendor_perl/auto/Array
/usr/lib64/perl5/vendor_perl/auto/Array/RefElem
/usr/lib64/perl5/vendor_perl/auto/Array/RefElem/RefElem.so
/usr/share/doc/perl-Array-RefElem
/usr/share/doc/perl-Array-RefElem/Changes
/usr/share/doc/perl-Array-RefElem/README
/usr/share/doc/perl-Array-RefElem/t
/usr/share/doc/perl-Array-RefElem/t/refelem.t
/usr/share/man/man3/Array::RefElem.3pm.gz

References

Summary

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