How to Install and Uninstall python3-websockets.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)
Last updated: January 12,2025
1. Install "python3-websockets.x86_64" package
Here is a brief guide to show you how to install python3-websockets.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)
$
sudo dnf update
Copied
$
sudo dnf install
python3-websockets.x86_64
Copied
2. Uninstall "python3-websockets.x86_64" package
Please follow the guidelines below to uninstall python3-websockets.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):
$
sudo dnf remove
python3-websockets.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-websockets.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)
Last metadata expiration check: 1:25:53 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : python3-websockets
Version : 9.1
Release : 2.el8
Architecture : x86_64
Size : 136 k
Source : python-websockets-9.1-2.el8.src.rpm
Repository : epel
Summary : An implementation of the WebSocket Protocol for python with asyncio
URL : https://github.com/aaugustin/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.
Available Packages
Name : python3-websockets
Version : 9.1
Release : 2.el8
Architecture : x86_64
Size : 136 k
Source : python-websockets-9.1-2.el8.src.rpm
Repository : epel
Summary : An implementation of the WebSocket Protocol for python with asyncio
URL : https://github.com/aaugustin/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.