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

Last updated: May 21,2024

1. Install "python3-aioresponses.noarch" package

This tutorial shows how to install python3-aioresponses.noarch on Fedora 35

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

2. Uninstall "python3-aioresponses.noarch" package

This tutorial shows how to uninstall python3-aioresponses.noarch on Fedora 35:

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

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

Last metadata expiration check: 3:33:00 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : python3-aioresponses
Version : 0.7.2
Release : 3.fc35
Architecture : noarch
Size : 24 k
Source : python-aioresponses-0.7.2-3.fc35.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.