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

Last updated: May 15,2024

1. Install "python3-filelock" package

This tutorial shows how to install python3-filelock on Kali Linux

$ sudo apt update $ sudo apt install python3-filelock

2. Uninstall "python3-filelock" package

Please follow the steps below to uninstall python3-filelock on Kali Linux:

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

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

Package: python3-filelock
Source: python-filelock
Version: 3.13.1-1
Installed-Size: 47
Maintainer: Sascha Steinbiss
Architecture: all
Depends: python3:any
Size: 10524
SHA256: 57382ef7b1d3fd6452f665a921cd0025ad6c6985cd5d7dd0aac0865f2d4e6d56
SHA1: e78968bf0c9881e1261e9679c046a57b118ea7c9
MD5sum: daae571f1e3c798b85e6bd9bfa4e56ac
Description: platform independent file locking module
This package contains a single module, which implements a platform independent
file locking mechanism for Python. The lock includes a lock counter and is
thread safe. This means, when locking the same lock object twice, it will not
block.
Description-md5:
Homepage: https://github.com/tox-dev/py-filelock
Section: python
Priority: optional
Filename: pool/main/p/python-filelock/python3-filelock_3.13.1-1_all.deb