How to Install and Uninstall python3-websockets.x86_64 Package on Fedora 34

Last updated: October 05,2024

1. Install "python3-websockets.x86_64" package

Here is a brief guide to show you how to install python3-websockets.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install python3-websockets.x86_64

2. Uninstall "python3-websockets.x86_64" package

In this section, we are going to explain the necessary steps to uninstall python3-websockets.x86_64 on Fedora 34:

$ sudo dnf remove python3-websockets.x86_64 $ sudo dnf autoremove

3. Information about the python3-websockets.x86_64 package on Fedora 34

Last metadata expiration check: 4:12:54 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-websockets
Version : 8.1
Release : 4.fc34
Architecture : x86_64
Size : 103 k
Source : python-websockets-8.1-4.fc34.src.rpm
Repository : updates
Summary : An implementation of the WebSocket Protocol for python with asyncio
URL : https://pypi.python.org/pypi/websockets
License : BSD
Description : websockets is a library for developing WebSocket servers and clients in
: Python. It implements RFC 6455 with a focus on correctness and simplicity. It
: passes the Autobahn Testsuite.
:
: Built on top of Python’s asynchronous I/O support introduced in PEP 3156, it
: provides an API based on coroutines, making it easy to write highly concurrent
: applications.