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

Last updated: May 04,2024

1. Install "python3-zc-lockfile.noarch" package

In this section, we are going to explain the necessary steps to install python3-zc-lockfile.noarch on Fedora 35

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

2. Uninstall "python3-zc-lockfile.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-zc-lockfile.noarch on Fedora 35:

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

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

Last metadata expiration check: 1:12:13 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : python3-zc-lockfile
Version : 2.0
Release : 8.fc35
Architecture : noarch
Size : 20 k
Source : python-zc-lockfile-2.0-8.fc35.src.rpm
Repository : fedora
Summary : Basic Inter-Process Locks
URL : https://pypi.io/project/zc.lockfile/
License : ZPLv2.1
Description : The zc.lockfile package provides a basic portable implementation of
: interprocess locks using lock files. The purpose if not specifically
: to lock files, but to simply provide locks with an implementation based
: on file-locking primitives. Of course, these locks could be used to
: mediate access to other files. For example, the ZODB file storage
: implementation uses file locks to mediate access to file-storage
: database files. The database files and lock file files are separate files.