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

Last updated: October 07,2024

1. Install "python3-daphne.noarch" package

This is a short guide on how to install python3-daphne.noarch on Fedora 35

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

2. Uninstall "python3-daphne.noarch" package

Learn how to uninstall python3-daphne.noarch on Fedora 35:

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

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

Last metadata expiration check: 0:17:01 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : python3-daphne
Version : 3.0.1
Release : 3.fc35
Architecture : noarch
Size : 52 k
Source : python-daphne-3.0.1-3.fc35.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’s no need for URL prefixing to determine WebSocket endpoints
: versus HTTP endpoints.