How to Install and Uninstall python3-aioresponses Package on openSUSE Leap

Last updated: May 14,2024

1. Install "python3-aioresponses" package

In this section, we are going to explain the necessary steps to install python3-aioresponses on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-aioresponses

2. Uninstall "python3-aioresponses" package

Please follow the guidelines below to uninstall python3-aioresponses on openSUSE Leap:

$ sudo zypper remove python3-aioresponses

3. Information about the python3-aioresponses package on openSUSE Leap

Information for package python3-aioresponses:
---------------------------------------------
Repository : Main Repository
Name : python3-aioresponses
Version : 0.6.2-bp155.2.9
Arch : noarch
Vendor : openSUSE
Installed Size : 62.4 KiB
Installed : No
Status : not installed
Source package : python-aioresponses-0.6.2-bp155.2.9.src
Upstream URL : https://github.com/pnuckowski/aioresponses
Summary : Python module for mocking out requests made by ClientSession from aiohttp
Description :
This is a Python module for mocking out requests made by ClientSession
from the aiohttp package.