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

Last updated: October 07,2024

1. Install "python3-aioresponses.noarch" package

Please follow the guidance below to install python3-aioresponses.noarch on Fedora 39

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

2. Uninstall "python3-aioresponses.noarch" package

Please follow the step by step instructions below to uninstall python3-aioresponses.noarch on Fedora 39:

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

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

Last metadata expiration check: 4:20:12 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : python3-aioresponses
Version : 0.7.6
Release : 1.fc39
Architecture : noarch
Size : 35 k
Source : python-aioresponses-0.7.6-1.fc39.src.rpm
Repository : updates
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.