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

Last updated: September 20,2024

1. Install "python3-lockfile" package

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

$ sudo apt update $ sudo apt install python3-lockfile

2. Uninstall "python3-lockfile" package

Please follow the guidelines below to uninstall python3-lockfile on Kali Linux:

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

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

Package: python3-lockfile
Source: python-lockfile
Version: 1:0.12.2-3
Installed-Size: 65
Maintainer: Ben Finney
Architecture: all
Depends: python3:any
Suggests: python-lockfile-doc
Size: 15664
SHA256: 5c90939e71040e5f52c0eed5f5a1b746f62c33e46978051c375ee657e07c56e3
SHA1: 2f837ecb7d999b45d3f526a7d42174ea0898f0ea
MD5sum: d178fa2cc559f8bedbb23033323f0f29
Description: file locking library for Python — Python 3 library
The ‘lockfile’ library exports a ‘LockFile’ class which provides a
simple API for locking files.
.
The appropriate implementation for ‘LockFile’ is chosen automatically
based on the OS capabilities for an atomic filesystem operation.
These implementations are also available for explicit use as
‘LinkLockFile’ and ‘MkdirLockFile’.
.
Other back ends are possible with the same semantics. Examples
included are:
* ‘SQLiteLockFile’, using records in an SQLite database.
* ‘PIDLockFile’, using the semantics of a Unix PID file.
.
Unlike other Python locking libraries (the Windows ‘msvcrt.locking’
function, the Unix ‘fcntl.flock’, ‘fcntl.lockf’, and the deprecated
‘posixfile’ module), the API is identical across both Unix (including
GNU/Linux and MacOS) and Windows platforms.
.
This package installs the Python 3 library.
Description-md5:
Homepage: https://pypi.python.org/pypi/lockfile/
Section: python
Priority: optional
Filename: pool/main/p/python-lockfile/python3-lockfile_0.12.2-3_all.deb