How to Install and Uninstall python310-uvicorn Package on openSuSE Tumbleweed

Last updated: January 11,2025

1. Install "python310-uvicorn" package

In this section, we are going to explain the necessary steps to install python310-uvicorn on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-uvicorn

2. Uninstall "python310-uvicorn" package

This tutorial shows how to uninstall python310-uvicorn on openSuSE Tumbleweed:

$ sudo zypper remove python310-uvicorn

3. Information about the python310-uvicorn package on openSuSE Tumbleweed

Information for package python310-uvicorn:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-uvicorn
Version : 0.25.0-2.2
Arch : noarch
Vendor : openSUSE
Installed Size : 380.5 KiB
Installed : No
Status : not installed
Source package : python-uvicorn-0.25.0-2.2.src
Upstream URL : https://github.com/encode/uvicorn
Summary : An Asynchronous Server Gateway Interface server
Description :
Uvicorn is an ASGI server implementation, using uvloop and httptools.
It supports HTTP/1.1 and WebSockets only.