How to Install and Uninstall perl-File-FcntlLock.x86_64 Package on Fedora 35

Last updated: May 13,2024

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

Please follow the steps below to install perl-File-FcntlLock.x86_64 on Fedora 35

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

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

Please follow the guidelines below to uninstall perl-File-FcntlLock.x86_64 on Fedora 35:

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

3. Information about the perl-File-FcntlLock.x86_64 package on Fedora 35

Last metadata expiration check: 4:53:29 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : perl-File-FcntlLock
Version : 0.22
Release : 22.fc35
Architecture : x86_64
Size : 42 k
Source : perl-File-FcntlLock-0.22-22.fc35.src.rpm
Repository : fedora
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.