How to Install and Uninstall rubygem-websocket-driver.x86_64 Package on Fedora 36

Last updated: January 11,2025

1. Install "rubygem-websocket-driver.x86_64" package

Please follow the guidance below to install rubygem-websocket-driver.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install rubygem-websocket-driver.x86_64

2. Uninstall "rubygem-websocket-driver.x86_64" package

Please follow the steps below to uninstall rubygem-websocket-driver.x86_64 on Fedora 36:

$ sudo dnf remove rubygem-websocket-driver.x86_64 $ sudo dnf autoremove

3. Information about the rubygem-websocket-driver.x86_64 package on Fedora 36

Last metadata expiration check: 2:00:57 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : rubygem-websocket-driver
Version : 0.7.5
Release : 4.fc36
Architecture : x86_64
Size : 26 k
Source : rubygem-websocket-driver-0.7.5-4.fc36.src.rpm
Repository : fedora
Summary : WebSocket protocol handler with pluggable I/O
URL : http://github.com/faye/websocket-driver-ruby
License : ASL 2.0
Description : This module provides a complete implementation of the WebSocket protocols that
: can be hooked up to any TCP library. It aims to simplify things by decoupling
: the protocol details from the I/O layer, such that users only need to implement
: code to stream data in and out of it without needing to know anything about how
: the protocol actually works. Think of it as a complete WebSocket system with
: pluggable I/O.