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

Last updated: October 04,2024

1. Install "python3-daphne.noarch" package

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

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

2. Uninstall "python3-daphne.noarch" package

This is a short guide on how to uninstall python3-daphne.noarch on Fedora 34:

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

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

Last metadata expiration check: 2:11:05 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : python3-daphne
Version : 2.5.0
Release : 3.fc34
Architecture : noarch
Size : 51 k
Source : python-daphne-2.5.0-3.fc34.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.