How To Install perl-File-Flock on Fedora 36

In this tutorial we learn how to install perl-File-Flock in Fedora 36. perl-File-Flock is File locking with flock

Introduction

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

What is perl-File-Flock

Lock files using the flock() call. If the file to be locked does not exist, then the file is created. If the file was created then it will be removed when it is unlocked assuming it’s still an empty file.

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

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

sudo dnf -y install perl-File-Flock

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

sudo yum -y install perl-File-Flock

How To Uninstall perl-File-Flock on Fedora 36

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

sudo dnf remove perl-File-Flock

perl-File-Flock Package Contents on Fedora 36

/usr/share/doc/perl-File-Flock
/usr/share/doc/perl-File-Flock/Changes
/usr/share/doc/perl-File-Flock/README
/usr/share/man/man3/File::Flock.3pm.gz
/usr/share/man/man3/File::Flock::Forking.3pm.gz
/usr/share/man/man3/File::Flock::Subprocess.3pm.gz
/usr/share/perl5/vendor_perl/File
/usr/share/perl5/vendor_perl/File/Flock
/usr/share/perl5/vendor_perl/File/Flock.pm
/usr/share/perl5/vendor_perl/File/Flock/Forking.pm
/usr/share/perl5/vendor_perl/File/Flock/Subprocess.pm

References

Summary

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