How To Install perl-FileHandle-Fmode on Fedora 36

In this tutorial we learn how to install perl-FileHandle-Fmode in Fedora 36. perl-FileHandle-Fmode is FileHandle

Introduction

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

What is perl-FileHandle-Fmode

Determine whether a filehandle is opened for reading, writing, or both.

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

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

sudo dnf -y install perl-FileHandle-Fmode

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

sudo yum -y install perl-FileHandle-Fmode

How To Uninstall perl-FileHandle-Fmode on Fedora 36

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

sudo dnf remove perl-FileHandle-Fmode

perl-FileHandle-Fmode Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/37
/usr/lib/.build-id/37/f6eb62b9af6dc95200e632b88a19bb80af6af0
/usr/lib64/perl5/vendor_perl/FileHandle
/usr/lib64/perl5/vendor_perl/FileHandle/Fmode.pm
/usr/lib64/perl5/vendor_perl/auto/FileHandle
/usr/lib64/perl5/vendor_perl/auto/FileHandle/Fmode
/usr/lib64/perl5/vendor_perl/auto/FileHandle/Fmode/Fmode.so
/usr/share/doc/perl-FileHandle-Fmode
/usr/share/doc/perl-FileHandle-Fmode/CHANGES
/usr/share/doc/perl-FileHandle-Fmode/README
/usr/share/man/man3/FileHandle::Fmode.3pm.gz

References

Summary

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