How to Install and Uninstall perl-LockFile-Simple Package on openSUSE Leap

Last updated: May 02,2024

1. Install "perl-LockFile-Simple" package

Here is a brief guide to show you how to install perl-LockFile-Simple on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-LockFile-Simple

2. Uninstall "perl-LockFile-Simple" package

Here is a brief guide to show you how to uninstall perl-LockFile-Simple on openSUSE Leap:

$ sudo zypper remove perl-LockFile-Simple

3. Information about the perl-LockFile-Simple package on openSUSE Leap

Information for package perl-LockFile-Simple:
---------------------------------------------
Repository : Main Repository
Name : perl-LockFile-Simple
Version : 0.208-bp155.2.9
Arch : x86_64
Vendor : openSUSE
Installed Size : 39.2 KiB
Installed : No
Status : not installed
Source package : perl-LockFile-Simple-0.208-bp155.2.9.src
Upstream URL : http://search.cpan.org/dist/LockFile-Simple/
Summary : Simple file locking scheme
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. The algorithm used is described below in the *ALGORITHM* section.
It is possible to customize the locking operations to attempt locking once
every 5 seconds for 30 times, or delete stale locks (files that are deemed
too ancient) before attempting the locking.