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

Last updated: April 29,2024

1. Install "python3-aiohttp" package

This tutorial shows how to install python3-aiohttp on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-aiohttp

2. Uninstall "python3-aiohttp" package

This guide covers the steps necessary to uninstall python3-aiohttp on openSUSE Leap:

$ sudo zypper remove python3-aiohttp

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

Information for package python3-aiohttp:
----------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : python3-aiohttp
Version : 3.6.0-150100.3.15.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 2.3 MiB
Installed : No
Status : not installed
Source package : python-aiohttp-3.6.0-150100.3.15.1.src
Upstream URL : https://github.com/aio-libs/aiohttp
Summary : Asynchronous HTTP client/server framework
Description :
Asynchronous HTTP client/server framework for Python.
- Supports both the client and server side of HTTP protocol.
- Supports both client and server WebSockets out-of-the-box.
- Web-server has middleware and pluggable routing.