How to Install and Uninstall python3-asgiref.noarch Package on CentOS Stream 9

Last updated: October 08,2024

1. Install "python3-asgiref.noarch" package

This tutorial shows how to install python3-asgiref.noarch on CentOS Stream 9

$ sudo dnf update $ sudo dnf install python3-asgiref.noarch

2. Uninstall "python3-asgiref.noarch" package

Here is a brief guide to show you how to uninstall python3-asgiref.noarch on CentOS Stream 9:

$ sudo dnf remove python3-asgiref.noarch $ sudo dnf autoremove

3. Information about the python3-asgiref.noarch package on CentOS Stream 9

Last metadata expiration check: 2:45:55 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : python3-asgiref
Version : 3.4.1
Release : 3.el9
Architecture : noarch
Size : 48 k
Source : python-asgiref-3.4.1-3.el9.src.rpm
Repository : epel
Summary : ASGI specs, helper code, and adapters
URL : https://github.com/django/asgiref
License : BSD and ASL 2.0
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. This
: package includes ASGI base libraries, such as:
:
: * Sync-to-async and async-to-sync function wrappers, asgiref.sync
: * Server base classes, asgiref.server
: * A WSGI-to-ASGI adapter, in asgiref.wsgi