How to Install and Uninstall python3-async-timeout Package on Kali Linux

Last updated: May 02,2024

1. Install "python3-async-timeout" package

Here is a brief guide to show you how to install python3-async-timeout on Kali Linux

$ sudo apt update $ sudo apt install python3-async-timeout

2. Uninstall "python3-async-timeout" package

This guide covers the steps necessary to uninstall python3-async-timeout on Kali Linux:

$ sudo apt remove python3-async-timeout $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-async-timeout package on Kali Linux

Package: python3-async-timeout
Source: python-async-timeout
Version: 4.0.3-1
Installed-Size: 38
Maintainer: Piotr Ożarowski
Architecture: all
Depends: python3-typing-extensions | python3-supported-min (>> 3.8), python3:any
Size: 7660
SHA256: 4b81a946ab92390ec39cf3b3ae84c65d18658c3adb90dfbf2830a1b4f6ee5f22
SHA1: 9f476cb5ee1405dfaea6cd58185896a7026a9834
MD5sum: 3a8f47c97d015bfbf6e418f6082792ee
Description: timeout context manager for asyncio programs in Python
The context manager is useful in cases when you want to apply timeout
logic around block of code or in cases when asyncio.wait_for() is
not suitable. Also it's much faster than asyncio.wait_for()
because timeout doesn't create a new task.
.
Example:
.
with timeout(1.5):
yield from inner()
Description-md5:
Homepage: https://github.com/aio-libs/async_timeout/
Section: python
Priority: optional
Filename: pool/main/p/python-async-timeout/python3-async-timeout_4.0.3-1_all.deb