How to Install and Uninstall python3-aioresponses.noarch Package on Fedora 36

Last updated: January 19,2025

1. Install "python3-aioresponses.noarch" package

Please follow the guidelines below to install python3-aioresponses.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install python3-aioresponses.noarch

2. Uninstall "python3-aioresponses.noarch" package

Please follow the guidance below to uninstall python3-aioresponses.noarch on Fedora 36:

$ sudo dnf remove python3-aioresponses.noarch $ sudo dnf autoremove

3. Information about the python3-aioresponses.noarch package on Fedora 36

Last metadata expiration check: 4:28:17 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-aioresponses
Version : 0.7.3
Release : 1.fc36
Architecture : noarch
Size : 25 k
Source : python-aioresponses-0.7.3-1.fc36.src.rpm
Repository : fedora
Summary : Mock out requests made by ClientSession from aiohttp package
URL : https://github.com/pnuckowski/aioresponses
License : MIT
Description : Aioresponses is a helper to mock/fake web requests in the python
: aiohttp package. The purpose of this package is to provide an
: easy way to test asynchronous HTTP requests.