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

Last updated: April 30,2024

1. Install "python3-trio" package

Please follow the steps below to install python3-trio on Kali Linux

$ sudo apt update $ sudo apt install python3-trio

2. Uninstall "python3-trio" package

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

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

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

Package: python3-trio
Source: python-trio
Version: 0.24.0-1
Installed-Size: 1622
Maintainer: Debian Python Team
Architecture: all
Depends: python3-exceptiongroup, python3-attr, python3-idna, python3-outcome, python3-sniffio (>= 1.3), python3-sortedcontainers, python3:any
Size: 304104
SHA256: c63fe6a8a3c84c21c1eb659de9ebedefdab869cca6082d3bbe15c558e45273a7
SHA1: 9446be9c07e2cd1f88f1ddf548df9bee07962dd5
MD5sum: 5d62238129be42ca980e21298d5e40bd
Description: Python async concurrency and I/O library (Python3 version)
Trio is a Python async concurrency and I/O library like Twisted or the asyncio
standard library, but with an API rethink following lessons learned from
asyncio and Dave Beazley's Curio. The author claims that the resulting design
is radically simpler than older competitors like asyncio and Twisted, yet just
as capable.
.
This project is young and still somewhat experimental. The API has not yet
been declared stable. If you need more mature or with a more stable API,
then Python's asyncio library, or the older Twisted, are probably better bets.
.
This package contains the Python 3 version of the library.
Description-md5:
Homepage: https://github.com/python-trio/trio
Section: python
Priority: optional
Filename: pool/main/p/python-trio/python3-trio_0.24.0-1_all.deb