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

Last updated: September 16,2024

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

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

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

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

Please follow the steps below to uninstall perl-File-Flock.noarch on Fedora 34:

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

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

Last metadata expiration check: 3:55:59 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-File-Flock
Version : 2014.01
Release : 20.fc34
Architecture : noarch
Size : 23 k
Source : perl-File-Flock-2014.01-20.fc34.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.