How to Install and Uninstall python39-asgiref Package on openSuSE Tumbleweed

Last updated: May 18,2024

1. Install "python39-asgiref" package

This tutorial shows how to install python39-asgiref on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-asgiref

2. Uninstall "python39-asgiref" package

This tutorial shows how to uninstall python39-asgiref on openSuSE Tumbleweed:

$ sudo zypper remove python39-asgiref

3. Information about the python39-asgiref package on openSuSE Tumbleweed

Information for package python39-asgiref:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-asgiref
Version : 3.7.2-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 142.6 KiB
Installed : No
Status : not installed
Source package : python-asgiref-3.7.2-1.4.src
Upstream URL : https://github.com/django/asgiref/
Summary : ASGI specs, helper code, and adapters
Description :
ASGI is a standard for Python asynchronous web apps and servers to communicate
with each other, and positioned as an asynchronous successor to WSGI. You can
read more at https://asgi.readthedocs.io/en/latest/