How to Install and Uninstall python3-daphne.noarch Package on Fedora 38

Last updated: January 17,2025

1. Install "python3-daphne.noarch" package

Please follow the step by step instructions below to install python3-daphne.noarch on Fedora 38

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

2. Uninstall "python3-daphne.noarch" package

Here is a brief guide to show you how to uninstall python3-daphne.noarch on Fedora 38:

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

3. Information about the python3-daphne.noarch package on Fedora 38

Last metadata expiration check: 2:03:58 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : python3-daphne
Version : 3.0.2
Release : 4.fc38
Architecture : noarch
Size : 75 k
Source : python-daphne-3.0.2-4.fc38.src.rpm
Repository : fedora
Summary : Django ASGI (HTTP/WebSocket) server
URL : https://github.com/django/daphne
License : BSD
Description : Daphne is a HTTP, HTTP2 and WebSocket protocol server for ASGI and ASGI-HTTP,
: developed to power Django Channels. It supports automatic negotiation of
: protocols; there is no need for URL prefixing to determine WebSocket endpoints
: versus HTTP endpoints.