How to Install and Uninstall python3-zc.lockfile Package on openSUSE Leap

Last updated: October 06,2024

1. Install "python3-zc.lockfile" package

Please follow the steps below to install python3-zc.lockfile on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-zc.lockfile

2. Uninstall "python3-zc.lockfile" package

Please follow the guidelines below to uninstall python3-zc.lockfile on openSUSE Leap:

$ sudo zypper remove python3-zc.lockfile

3. Information about the python3-zc.lockfile package on openSUSE Leap

Information for package python3-zc.lockfile:
--------------------------------------------
Repository : Main Repository
Name : python3-zc.lockfile
Version : 2.0-1.24
Arch : noarch
Vendor : SUSE LLC
Installed Size : 44.1 KiB
Installed : No
Status : not installed
Source package : python-zc.lockfile-2.0-1.24.src
Upstream URL : https://pypi.python.org/pypi/zc.lockfile
Summary : Basic inter-process locks
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.