How to Install and Uninstall python3-wsproto.noarch Package on Fedora 38
Last updated: November 27,2024
1. Install "python3-wsproto.noarch" package
In this section, we are going to explain the necessary steps to install python3-wsproto.noarch on Fedora 38
$
sudo dnf update
Copied
$
sudo dnf install
python3-wsproto.noarch
Copied
2. Uninstall "python3-wsproto.noarch" package
This guide covers the steps necessary to uninstall python3-wsproto.noarch on Fedora 38:
$
sudo dnf remove
python3-wsproto.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-wsproto.noarch package on Fedora 38
Last metadata expiration check: 5:12:43 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : python3-wsproto
Version : 1.2.0
Release : 2.fc38
Architecture : noarch
Size : 71 k
Source : python-wsproto-1.2.0-2.fc38.src.rpm
Repository : fedora
Summary : WebSockets state-machine based protocol implementation
URL : https://github.com/python-hyper/wsproto
License : MIT
Description : wsproto is a pure-Python implementation of a WebSocket protocol stack. It is
: written from the ground up to be embeddable in whatever program you choose to
: use, ensuring that you can communicate via WebSockets, as defined in RFC6455,
: regardless of your programming paradigm.
:
: wsproto does not provide a parsing layer, a network layer, or any rules about
: concurrency. Instead, it is a purely in-memory solution, defined in terms of
: data actions and WebSocket frames. RFC6455 and Compression Extensions for
: WebSocket via RFC7692 are fully supported.
Available Packages
Name : python3-wsproto
Version : 1.2.0
Release : 2.fc38
Architecture : noarch
Size : 71 k
Source : python-wsproto-1.2.0-2.fc38.src.rpm
Repository : fedora
Summary : WebSockets state-machine based protocol implementation
URL : https://github.com/python-hyper/wsproto
License : MIT
Description : wsproto is a pure-Python implementation of a WebSocket protocol stack. It is
: written from the ground up to be embeddable in whatever program you choose to
: use, ensuring that you can communicate via WebSockets, as defined in RFC6455,
: regardless of your programming paradigm.
:
: wsproto does not provide a parsing layer, a network layer, or any rules about
: concurrency. Instead, it is a purely in-memory solution, defined in terms of
: data actions and WebSocket frames. RFC6455 and Compression Extensions for
: WebSocket via RFC7692 are fully supported.