How to Install and Uninstall perl-LockFile-Simple.noarch Package on Fedora 39

Last updated: September 28,2024

1. Install "perl-LockFile-Simple.noarch" package

Here is a brief guide to show you how to install perl-LockFile-Simple.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install perl-LockFile-Simple.noarch

2. Uninstall "perl-LockFile-Simple.noarch" package

Please follow the guidance below to uninstall perl-LockFile-Simple.noarch on Fedora 39:

$ sudo dnf remove perl-LockFile-Simple.noarch $ sudo dnf autoremove

3. Information about the perl-LockFile-Simple.noarch package on Fedora 39

Last metadata expiration check: 5:01:53 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : perl-LockFile-Simple
Version : 0.208
Release : 28.fc39
Architecture : noarch
Size : 25 k
Source : perl-LockFile-Simple-0.208-28.fc39.src.rpm
Repository : fedora
Summary : Simple file locking scheme
URL : https://metacpan.org/release/LockFile-Simple
License : GPLv2+ or Artistic
Description : This simple locking scheme is not based on any file locking system calls
: such as flock() or lockf() but rather relies on basic file system
: primitives and properties, such as the atomicity of the write() system
: call. It is not meant to be exempt from all race conditions, especially
: over NFS.