How to Install and Uninstall python3-lockfile.noarch Package on AlmaLinux 8
Last updated: November 02,2024
1. Install "python3-lockfile.noarch" package
In this section, we are going to explain the necessary steps to install python3-lockfile.noarch on AlmaLinux 8
$
sudo dnf update
Copied
$
sudo dnf install
python3-lockfile.noarch
Copied
2. Uninstall "python3-lockfile.noarch" package
This guide let you learn how to uninstall python3-lockfile.noarch on AlmaLinux 8:
$
sudo dnf remove
python3-lockfile.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-lockfile.noarch package on AlmaLinux 8
Last metadata expiration check: 0:55:23 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : python3-lockfile
Epoch : 1
Version : 0.11.0
Release : 13.el8.1
Architecture : noarch
Size : 38 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.
: This is a Python 3 build of lockfile package.
Available Packages
Name : python3-lockfile
Epoch : 1
Version : 0.11.0
Release : 13.el8.1
Architecture : noarch
Size : 38 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.
: This is a Python 3 build of lockfile package.