How to Install and Uninstall python3-zc.lockfile Package on Kali Linux

Last updated: May 10,2024

1. Install "python3-zc.lockfile" package

In this section, we are going to explain the necessary steps to install python3-zc.lockfile on Kali Linux

$ sudo apt update $ sudo apt install python3-zc.lockfile

2. Uninstall "python3-zc.lockfile" package

Please follow the guidance below to uninstall python3-zc.lockfile on Kali Linux:

$ sudo apt remove python3-zc.lockfile $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-zc.lockfile package on Kali Linux

Package: python3-zc.lockfile
Source: zc.lockfile
Version: 2.0-4
Installed-Size: 37
Maintainer: Debian Python Team
Architecture: all
Depends: python3-pkg-resources, python3:any
Size: 8528
SHA256: cc1d6af201896b44443ee180a32b5b74bcad91e203795b0752273985a2174277
SHA1: e38f73402db91c31745adc818e7051f45b7e5188
MD5sum: 707d8ce777101fbc13d235dd12b83cd3
Description: Basic inter-process locks for Python 3
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.
Description-md5:
Homepage: https://github.com/zopefoundation/zc.lockfile
Section: python
Priority: optional
Filename: pool/main/z/zc.lockfile/python3-zc.lockfile_2.0-4_all.deb