How To Install perl-bareword-filehandles on Fedora 36

In this tutorial we learn how to install perl-bareword-filehandles in Fedora 36. perl-bareword-filehandles is Disables bareword filehandles

Introduction

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

What is perl-bareword-filehandles

This module lexically disables the use of bareword filehandles with built-in functions, except for the special built-in filehandles STDIN, STDOUT, STDERR, ARGV, ARGVOUT and DATA.

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

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

sudo dnf -y install perl-bareword-filehandles

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

sudo yum -y install perl-bareword-filehandles

How To Uninstall perl-bareword-filehandles on Fedora 36

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

sudo dnf remove perl-bareword-filehandles

perl-bareword-filehandles Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/8f
/usr/lib/.build-id/8f/5daa51df3bb31a9e01c3215a4e7916e0157853
/usr/lib64/perl5/vendor_perl/auto/bareword
/usr/lib64/perl5/vendor_perl/auto/bareword/filehandles
/usr/lib64/perl5/vendor_perl/auto/bareword/filehandles/filehandles.so
/usr/lib64/perl5/vendor_perl/bareword
/usr/lib64/perl5/vendor_perl/bareword/filehandles.pm
/usr/share/doc/perl-bareword-filehandles
/usr/share/doc/perl-bareword-filehandles/Changes
/usr/share/doc/perl-bareword-filehandles/README
/usr/share/licenses/perl-bareword-filehandles
/usr/share/licenses/perl-bareword-filehandles/LICENSE
/usr/share/man/man3/bareword::filehandles.3pm.gz

References

Summary

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