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

Last updated: May 10,2024

1. Install "python38-zc.lockfile" package

Please follow the guidance below to install python38-zc.lockfile on openSuSE Tumbleweed

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

2. Uninstall "python38-zc.lockfile" package

Here is a brief guide to show you how to uninstall python38-zc.lockfile on openSuSE Tumbleweed:

$ sudo zypper remove python38-zc.lockfile

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

Information for package python38-zc.lockfile:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-zc.lockfile
Version : 2.0-2.1
Arch : noarch
Vendor : openSUSE
Installed Size : 40,9 KiB
Installed : No
Status : not installed
Source package : python-zc.lockfile-2.0-2.1.src
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.