How to Install and Uninstall python3-async-timeout Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 16,2024

1. Install "python3-async-timeout" package

This guide covers the steps necessary to install python3-async-timeout on Ubuntu 21.10 (Impish Indri)

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

2. Uninstall "python3-async-timeout" package

Please follow the steps below to uninstall python3-async-timeout on Ubuntu 21.10 (Impish Indri):

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

3. Information about the python3-async-timeout package on Ubuntu 21.10 (Impish Indri)

Package: python3-async-timeout
Architecture: all
Version: 3.0.1-1.1
Priority: optional
Section: universe/python
Source: python-async-timeout
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Piotr Ożarowski
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 30
Depends: python3:any
Filename: pool/universe/p/python-async-timeout/python3-async-timeout_3.0.1-1.1_all.deb
Size: 5716
MD5sum: 09ee0cf3eb4f4083333d3d3b81e942bf
SHA1: deaad9bbe4248d61122a3a8dab32d721fa1be82e
SHA256: 19a4b87c678778bfd254571ff78f653e2c98b1033955ac1204f1befeacde4e88
SHA512: d7989198cf49fa471960ff1f0b478c84fa988eebbb7a1fb1928b4d94e594d58e90155e605d3ed7492d5942c23217390064852c9a751e8763907ab81f019f6702
Homepage: https://github.com/aio-libs/async_timeout/
Description-en: 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: 02717b94af0633086c3d33fb2d1073cd