How To Install perl-MemHandle on Fedora 36

In this tutorial we learn how to install perl-MemHandle in Fedora 36. perl-MemHandle is Supply memory-based FILEHANDLE methods

Introduction

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

What is perl-MemHandle

Generates inherits from IO interface to the file routines which uses memory instead.

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

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

sudo dnf -y install perl-MemHandle

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

sudo yum -y install perl-MemHandle

How To Uninstall perl-MemHandle on Fedora 36

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

sudo dnf remove perl-MemHandle

perl-MemHandle Package Contents on Fedora 36

/usr/share/doc/perl-MemHandle
/usr/share/doc/perl-MemHandle/Changes
/usr/share/doc/perl-MemHandle/README
/usr/share/man/man3/MemHandle.3pm.gz
/usr/share/man/man3/MemHandle::Tie.3pm.gz
/usr/share/perl5/vendor_perl/MemHandle
/usr/share/perl5/vendor_perl/MemHandle.pm
/usr/share/perl5/vendor_perl/MemHandle/Tie.pm

References

Summary

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