How to Install and Uninstall python3-aioresponses.noarch Package on CentOS 8 / RHEL 8

Last updated: June 29,2024

1. Install "python3-aioresponses.noarch" package

This guide let you learn how to install python3-aioresponses.noarch on CentOS 8 / RHEL 8

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

2. Uninstall "python3-aioresponses.noarch" package

Learn how to uninstall python3-aioresponses.noarch on CentOS 8 / RHEL 8:

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

3. Information about the python3-aioresponses.noarch package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 7:44:25 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : python3-aioresponses
Version : 0.6.4
Release : 2.el8
Architecture : noarch
Size : 24 k
Source : python-aioresponses-0.6.4-2.el8.src.rpm
Repository : epel
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.