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

Last updated: September 28,2024

1. Install "python311-uvicorn" package

This tutorial shows how to install python311-uvicorn on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-uvicorn

2. Uninstall "python311-uvicorn" package

Learn how to uninstall python311-uvicorn on openSuSE Tumbleweed:

$ sudo zypper remove python311-uvicorn

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

Information for package python311-uvicorn:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-uvicorn
Version : 0.25.0-2.2
Arch : noarch
Vendor : openSUSE
Installed Size : 532.3 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.