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

Last updated: June 30,2024

1. Install "python311-zc.lockfile" package

In this section, we are going to explain the necessary steps to install python311-zc.lockfile on openSUSE Leap

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

2. Uninstall "python311-zc.lockfile" package

This guide covers the steps necessary to uninstall python311-zc.lockfile on openSUSE Leap:

$ sudo zypper remove python311-zc.lockfile

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

Information for package python311-zc.lockfile:
----------------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : python311-zc.lockfile
Version : 3.0.post1-150400.7.3.1
Arch : noarch
Vendor : SUSE LLC
Installed Size : 37.8 KiB
Installed : No
Status : not installed
Source package : python-zc.lockfile-3.0.post1-150400.7.3.1.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.