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

Last updated: May 02,2024

1. Install "python3-aioresponses" package

This guide covers the steps necessary to install python3-aioresponses on Kali Linux

$ sudo apt update $ sudo apt install python3-aioresponses

2. Uninstall "python3-aioresponses" package

This guide let you learn how to uninstall python3-aioresponses on Kali Linux:

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

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

Package: python3-aioresponses
Source: python-aioresponses
Version: 0.7.6-2
Installed-Size: 53
Maintainer: Jonas Smedegaard
Architecture: all
Depends: python3-aiohttp, python3-packaging, python3:any
Size: 10920
SHA256: a95ad7c0a5767ec65b32f839a52432adfffd63a981abd7e48e82c26807289b87
SHA1: 954a260043f232f4293cdb2979a89d0c62b0421e
MD5sum: 456710159c4947fc997e30cc060439c4
Description: mock out Python aiohttp ClientSession requests
Aioresponses is a helper
to mock/fake web requests in python aiohttp package.
.
For requests module there are a lot of packages
that help us with testing
(eg. httpretty, responses, requests-mock).
.
When it comes to testing asynchronous HTTP requests
it is a bit harder (at least at the beginning).
The purpose of this package is to provide
an easy way to test asynchronous HTTP requests.
Description-md5:
Homepage: https://github.com/pnuckowski/aioresponses
Section: python
Priority: optional
Filename: pool/main/p/python-aioresponses/python3-aioresponses_0.7.6-2_all.deb