How to Install and Uninstall withlock.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "withlock.noarch" package

Please follow the guidelines below to install withlock.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install withlock.noarch

2. Uninstall "withlock.noarch" package

Please follow the guidelines below to uninstall withlock.noarch on Fedora 34:

$ sudo dnf remove withlock.noarch $ sudo dnf autoremove

3. Information about the withlock.noarch package on Fedora 34

Last metadata expiration check: 0:18:28 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : withlock
Version : 0.5
Release : 11.fc34
Architecture : noarch
Size : 19 k
Source : withlock-0.5-11.fc34.src.rpm
Repository : fedora
Summary : Locking wrapper script
URL : https://github.com/poeml/withlock
License : ASL 2.0
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 additional cleanup, even after a reboot. This
: makes the wrapper safe and easy to use, and much better than
: implementing half-hearted locking within scripts.