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

Last updated: December 28,2024

1. Install "python310-asgiref" package

This is a short guide on how to install python310-asgiref on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-asgiref

2. Uninstall "python310-asgiref" package

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

$ sudo zypper remove python310-asgiref

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

Information for package python310-asgiref:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-asgiref
Version : 3.7.2-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 142.7 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/