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

Last updated: May 20,2024

1. Install "python3-aiostream" package

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

$ sudo apt update $ sudo apt install python3-aiostream

2. Uninstall "python3-aiostream" package

This tutorial shows how to uninstall python3-aiostream on Kali Linux:

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

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

Package: python3-aiostream
Source: python-aiostream
Version: 0.5.2-1
Installed-Size: 111
Maintainer: nicoo
Architecture: all
Depends: python3-typing-extensions, python3:any
Size: 20244
SHA256: ffb8254afcd8127fc7fc4964aa43b1f11fada42a5483537178a4f8cd0485401c
SHA1: 5fdebf58a558d8eaf0755c2ea98047ee1fecb8b5
MD5sum: f25bfbbc5c94b2094997f44d85988da0
Description: Generator-based operators for asynchronous iteration
aiostream provides a collection of stream operators that can be combined to
create asynchronous pipelines of operations.
.
It can be seen as an asynchronous version of itertools, although some aspects
are slightly different. All the provided operators return a unified interface
called a stream. A stream is an enhanced asynchronous iterable.
Description-md5:
Homepage: https://github.com/vxgmichel/aiostream
Section: python
Priority: optional
Filename: pool/main/p/python-aiostream/python3-aiostream_0.5.2-1_all.deb