How to Install and Uninstall perl-File-FcntlLock.x86_64 Package on Rocky Linux 8

Last updated: May 05,2024

1. Install "perl-File-FcntlLock.x86_64" package

Please follow the instructions below to install perl-File-FcntlLock.x86_64 on Rocky Linux 8

$ sudo dnf update $ sudo dnf install perl-File-FcntlLock.x86_64

2. Uninstall "perl-File-FcntlLock.x86_64" package

Please follow the step by step instructions below to uninstall perl-File-FcntlLock.x86_64 on Rocky Linux 8:

$ sudo dnf remove perl-File-FcntlLock.x86_64 $ sudo dnf autoremove

3. Information about the perl-File-FcntlLock.x86_64 package on Rocky Linux 8

Last metadata expiration check: 0:33:04 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : perl-File-FcntlLock
Version : 0.22
Release : 16.el8
Architecture : x86_64
Size : 45 k
Source : perl-File-FcntlLock-0.22-16.el8.src.rpm
Repository : epel
Summary : Perl module for file locking with fcntl
URL : https://metacpan.org/release/File-FcntlLock
License : GPL+ or Artistic
Description : FcntlLock is a module to do file locking in an object oriented
: fashion using the fcntl(2) system call. This allows locks on parts
: of a file as well as on the whole file and overcomes some known
: problems with flock(2), on which Perl's flock() function is based.