How to Install and Uninstall perl-File-NFSLock.noarch Package on AlmaLinux 8

Last updated: May 05,2024

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

This guide let you learn how to install perl-File-NFSLock.noarch on AlmaLinux 8

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

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

In this section, we are going to explain the necessary steps to uninstall perl-File-NFSLock.noarch on AlmaLinux 8:

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

3. Information about the perl-File-NFSLock.noarch package on AlmaLinux 8

Last metadata expiration check: 1:11:58 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : perl-File-NFSLock
Version : 1.29
Release : 4.el8
Architecture : noarch
Size : 28 k
Source : perl-File-NFSLock-1.29-4.el8.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.