How to Install and Uninstall python3-lockfile.noarch Package on Fedora 34

Last updated: May 17,2024

1. Install "python3-lockfile.noarch" package

Please follow the steps below to install python3-lockfile.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install python3-lockfile.noarch

2. Uninstall "python3-lockfile.noarch" package

Please follow the step by step instructions below to uninstall python3-lockfile.noarch on Fedora 34:

$ sudo dnf remove python3-lockfile.noarch $ sudo dnf autoremove

3. Information about the python3-lockfile.noarch package on Fedora 34

Last metadata expiration check: 4:37:13 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-lockfile
Epoch : 1
Version : 0.12.2
Release : 2.fc34
Architecture : noarch
Size : 31 k
Source : python-lockfile-0.12.2-2.fc34.src.rpm
Repository : fedora
Summary : Platform-independent file locking module
URL : https://github.com/openstack/pylockfile
License : MIT
Description : The lockfile module exports a FileLock class which provides a simple API for
: locking files. Unlike the Windows msvcrt.locking function, the Unix
: fcntl.flock, fcntl.lockf and the deprecated posixfile module, the API is
: identical across both Unix (including Linux and Mac) and Windows platforms. The
: lock mechanism relies on the atomic nature of the link (on Unix) and mkdir (on
: Windows) system calls.