How to Install and Uninstall python39-zc.lockfile Package on openSuSE Tumbleweed

Last updated: May 17,2024

1. Install "python39-zc.lockfile" package

Learn how to install python39-zc.lockfile on openSuSE Tumbleweed

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

2. Uninstall "python39-zc.lockfile" package

Please follow the instructions below to uninstall python39-zc.lockfile on openSuSE Tumbleweed:

$ sudo zypper remove python39-zc.lockfile

3. Information about the python39-zc.lockfile package on openSuSE Tumbleweed

Information for package python39-zc.lockfile:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-zc.lockfile
Version : 3.0.post1-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 39.5 KiB
Installed : No
Status : not installed
Source package : python-zc.lockfile-3.0.post1-1.4.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.