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

Last updated: July 06,2024

1. Install "python2-zc.lockfile" package

This is a short guide on how to install python2-zc.lockfile on openSUSE Leap

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

2. Uninstall "python2-zc.lockfile" package

Please follow the guidance below to uninstall python2-zc.lockfile on openSUSE Leap:

$ sudo zypper remove python2-zc.lockfile

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

Information for package python2-zc.lockfile:
--------------------------------------------
Repository : Main Repository
Name : python2-zc.lockfile
Version : 2.0-1.24
Arch : noarch
Vendor : SUSE LLC
Installed Size : 41,8 KiB
Installed : No
Status : not installed
Source package : python-zc.lockfile-2.0-1.24.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.