How to Install and Uninstall python3-websockets.x86_64 Package on AlmaLinux 9

Last updated: October 13,2024

1. Install "python3-websockets.x86_64" package

Learn how to install python3-websockets.x86_64 on AlmaLinux 9

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

2. Uninstall "python3-websockets.x86_64" package

This tutorial shows how to uninstall python3-websockets.x86_64 on AlmaLinux 9:

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

3. Information about the python3-websockets.x86_64 package on AlmaLinux 9

Last metadata expiration check: 1:07:17 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : python3-websockets
Version : 10.1
Release : 1.el9
Architecture : x86_64
Size : 142 k
Source : python-websockets-10.1-1.el9.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.