How to Install and Uninstall perl-File-NFSLock.noarch Package on Fedora 34

Last updated: July 01,2024

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

This is a short guide on how to install perl-File-NFSLock.noarch on Fedora 34

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

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

This guide covers the steps necessary to uninstall perl-File-NFSLock.noarch on Fedora 34:

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

3. Information about the perl-File-NFSLock.noarch package on Fedora 34

Last metadata expiration check: 5:07:04 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-File-NFSLock
Version : 1.29
Release : 8.fc34
Architecture : noarch
Size : 25 k
Source : perl-File-NFSLock-1.29-8.fc34.src.rpm
Repository : fedora
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.