How to Install and Uninstall perl-File-NFSLock.noarch Package on CentOS Stream 9

Last updated: February 03,2025

1. Install "perl-File-NFSLock.noarch" package

In this section, we are going to explain the necessary steps to install perl-File-NFSLock.noarch on CentOS Stream 9

$ sudo dnf update $ sudo dnf install perl-File-NFSLock.noarch

2. Uninstall "perl-File-NFSLock.noarch" package

This guide let you learn how to uninstall perl-File-NFSLock.noarch on CentOS Stream 9:

$ sudo dnf remove perl-File-NFSLock.noarch $ sudo dnf autoremove

3. Information about the perl-File-NFSLock.noarch package on CentOS Stream 9

Last metadata expiration check: 1:22:35 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : perl-File-NFSLock
Version : 1.29
Release : 10.el9
Architecture : noarch
Size : 25 k
Source : perl-File-NFSLock-1.29-10.el9.src.rpm
Repository : epel
Summary : Perl module to do NFS (or not) locking
URL : https://metacpan.org/release/File-NFSLock
License : GPL+ or Artistic
Description : Program based of concept of hard linking of files being atomic across NFS.
: This concept was mentioned in Mail::Box::Locker (which was originally
: presented in Mail::Folder::Maildir). Some routine flow is taken from
: there -- particularly the idea of creating a random local file, hard
: linking a common file to the local file, and then checking the nlink
: status. Some ideologies were not complete (uncache mechanism, shared
: locking) and some coding was even incorrect (wrong stat index).
: File::NFSLock was written to be light, generic, and fast.