How to Install and Uninstall perl-File-FcntlLock.x86_64 Package on Oracle Linux 9

Last updated: October 04,2024

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

In this section, we are going to explain the necessary steps to install perl-File-FcntlLock.x86_64 on Oracle Linux 9

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

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

Learn how to uninstall perl-File-FcntlLock.x86_64 on Oracle Linux 9:

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

3. Information about the perl-File-FcntlLock.x86_64 package on Oracle Linux 9

Last metadata expiration check: 1:08:16 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-File-FcntlLock
Version : 0.22
Release : 28.el9
Architecture : x86_64
Size : 42 k
Source : perl-File-FcntlLock-0.22-28.el9.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.