How to Install and Uninstall perl-File-NFSLock.noarch Package on Oracle Linux 9

Last updated: September 20,2024

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

Here is a brief guide to show you how to install perl-File-NFSLock.noarch on Oracle Linux 9

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

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

Learn how to uninstall perl-File-NFSLock.noarch on Oracle Linux 9:

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

3. Information about the perl-File-NFSLock.noarch package on Oracle Linux 9

Last metadata expiration check: 1:06:07 ago on Thu Feb 15 07:50:05 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.