How to Install and Uninstall python3-wsaccel.x86_64 Package on CentOS 8 / RHEL 8

Last updated: May 06,2024

1. Install "python3-wsaccel.x86_64" package

Please follow the instructions below to install python3-wsaccel.x86_64 on CentOS 8 / RHEL 8

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

2. Uninstall "python3-wsaccel.x86_64" package

Please follow the guidelines below to uninstall python3-wsaccel.x86_64 on CentOS 8 / RHEL 8:

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

3. Information about the python3-wsaccel.x86_64 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 8:09:39 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : python3-wsaccel
Version : 0.6.2
Release : 20.el8
Architecture : x86_64
Size : 57 k
Source : python-wsaccel-0.6.2-20.el8.src.rpm
Repository : epel
Summary : Accelerator for ws4py and AutobahnPython
URL : https://pypi.python.org/pypi/wsaccel
License : ASL 2.0
Description : * WSAccell is WebSocket accelerator for AutobahnPython, ws4py and Tornado.
: * WSAccell replaces per-byte process in them with Cython version.
: * AutobahnPython beginning with version 0.6 automatically uses WSAccell if
: available.