How to Install and Uninstall perl-File-Flock.noarch Package on Fedora 39

Last updated: October 10,2024

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

This tutorial shows how to install perl-File-Flock.noarch on Fedora 39

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

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

Learn how to uninstall perl-File-Flock.noarch on Fedora 39:

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

3. Information about the perl-File-Flock.noarch package on Fedora 39

Last metadata expiration check: 5:31:41 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : perl-File-Flock
Version : 2014.01
Release : 27.fc39
Architecture : noarch
Size : 22 k
Source : perl-File-Flock-2014.01-27.fc39.src.rpm
Repository : fedora
Summary : File locking with flock
URL : https://metacpan.org/release/File-Flock
License : GPL+ or Artistic
Description : Lock files using the flock() call. If the file to be locked does not exist,
: then the file is created. If the file was created then it will be removed
: when it is unlocked assuming it's still an empty file.