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

Last updated: September 24,2024

1. Install "withlock.noarch" package

Here is a brief guide to show you how to install withlock.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install withlock.noarch

2. Uninstall "withlock.noarch" package

This guide let you learn how to uninstall withlock.noarch on Fedora 38:

$ sudo dnf remove withlock.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 2:48:23 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : withlock
Version : 0.5
Release : 15.fc38
Architecture : noarch
Size : 19 k
Source : withlock-0.5-15.fc38.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.