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

Last updated: June 09,2024

1. Install "python3-aiounittest" package

This tutorial shows how to install python3-aiounittest on Kali Linux

$ sudo apt update $ sudo apt install python3-aiounittest

2. Uninstall "python3-aiounittest" package

Please follow the guidelines below to uninstall python3-aiounittest on Kali Linux:

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

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

Package: python3-aiounittest
Source: python-aiounittest
Version: 1.4.2-2
Installed-Size: 32
Maintainer: Debian OpenStack
Architecture: all
Depends: python3-wrapt, python3:any
Size: 6596
SHA256: 6013cee7b3deb8de2dec80d36f737bcdcb77c73608bf86a14cb4d56ecbcc4b25
SHA1: f6801ab2ec994a129332b75a4e8dd50fe104841c
MD5sum: 39ffa2a3d1a5a4b0a9290e8b65842c94
Description: test asyncio code more easily
The aiounittest is a helper library to ease of your pain (and boilerplate),
when writing a test of the asynchronous code (:code:`asyncio`). With this
library, it is possible to test:
* synchronous code (same as the unittest.TestCase from the std lib)
* asynchronous code: it supports syntax like async/await (Python 3.5+) and
asyncio.coroutine/yield from (Python 3.4).
Description-md5:
Homepage: https://github.com/kwarunek/aiounittest
Section: python
Priority: optional
Filename: pool/main/p/python-aiounittest/python3-aiounittest_1.4.2-2_all.deb

5. The same packages on other Linux Distributions