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

Last updated: May 17,2024

1. Install "python3-aioredlock" package

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

$ sudo apt update $ sudo apt install python3-aioredlock

2. Uninstall "python3-aioredlock" package

Learn how to uninstall python3-aioredlock on Kali Linux:

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

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

Package: python3-aioredlock
Source: python-aioredlock
Version: 0.7.3-3
Installed-Size: 60
Maintainer: Jelmer Vernooij
Architecture: all
Depends: python3-aioredis (<< 2.0.0), python3-attr (>= 17.4.0), python3:any, python3-packaging
Size: 11756
SHA256: f670a951975ac797a406b8da104c65884a8a8b8a032b3f801f919e6a6aced251
SHA1: cb1a48920238149c23175e0d8c04434f155bd251
MD5sum: 883a164bda6e8785f1538e737e29af7d
Description: Python asyncio redis redlock implementation
This Python module provides an async implementation of the redis Redlock
algorithm. This algorithm is designed to provide distributed locks with the
following properties:
.
Mutual exclusion. At any given moment, only one client can hold a lock.
Deadlock free. Eventually it is always possible to acquire a lock,
even if the client that locked a resource crashes or gets partitioned.
Fault tolerance: As long as the majority of Redis nodes are up, clients are
able to acquire and release locks.
Description-md5:
Homepage: https://github.com/joanvila/aioredlock
Section: python
Priority: optional
Filename: pool/main/p/python-aioredlock/python3-aioredlock_0.7.3-3_all.deb