How to Install and Uninstall withlock Package on openSuSE Tumbleweed
Last updated: December 25,2024
1. Install "withlock" package
Learn how to install withlock on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
withlock
Copied
2. Uninstall "withlock" package
In this section, we are going to explain the necessary steps to uninstall withlock on openSuSE Tumbleweed:
$
sudo zypper remove
withlock
Copied
3. Information about the withlock package on openSuSE Tumbleweed
Information for package withlock:
---------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : withlock
Version : 0.5-3.3
Arch : noarch
Vendor : openSUSE
Installed Size : 34.3 KiB
Installed : No
Status : not installed
Source package : withlock-0.5-3.3.src
Upstream URL : https://github.com/poeml/withlock
Summary : A locking wrapper script
Description :
withlock is a locking wrapper script to make sure that some program isn't run
more than once. It is ideal to prevent periodic jobs spawned by cron from
stacking up.
The locks created are valid only while the wrapper is running, and thus will
never require a cleanup, as after a reboot. Thus, the wrapper is safe and easy
to use, and much better than implementing half-hearted locking within scripts.
---------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : withlock
Version : 0.5-3.3
Arch : noarch
Vendor : openSUSE
Installed Size : 34.3 KiB
Installed : No
Status : not installed
Source package : withlock-0.5-3.3.src
Upstream URL : https://github.com/poeml/withlock
Summary : A locking wrapper script
Description :
withlock is a locking wrapper script to make sure that some program isn't run
more than once. It is ideal to prevent periodic jobs spawned by cron from
stacking up.
The locks created are valid only while the wrapper is running, and thus will
never require a cleanup, as after a reboot. Thus, the wrapper is safe and easy
to use, and much better than implementing half-hearted locking within scripts.