How to Install and Uninstall python2-lockfile.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)
Last updated: November 27,2024
1. Install "python2-lockfile.noarch" package
Learn how to install python2-lockfile.noarch on Red Hat Enterprise Linux 8 (RHEL 8)
$
sudo dnf update
Copied
$
sudo dnf install
python2-lockfile.noarch
Copied
2. Uninstall "python2-lockfile.noarch" package
Please follow the steps below to uninstall python2-lockfile.noarch on Red Hat Enterprise Linux 8 (RHEL 8):
$
sudo dnf remove
python2-lockfile.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python2-lockfile.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)
Last metadata expiration check: 1:57:32 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : python2-lockfile
Epoch : 1
Version : 0.11.0
Release : 13.el8.1
Architecture : noarch
Size : 37 k
Source : python-lockfile-0.11.0-13.el8.1.src.rpm
Repository : epel
Summary : A 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.
Available Packages
Name : python2-lockfile
Epoch : 1
Version : 0.11.0
Release : 13.el8.1
Architecture : noarch
Size : 37 k
Source : python-lockfile-0.11.0-13.el8.1.src.rpm
Repository : epel
Summary : A 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.