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

Last updated: November 28,2024

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

Please follow the steps below to install rubygem-websocket-driver.x86_64 on Fedora 39

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

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

Please follow the step by step instructions below to uninstall rubygem-websocket-driver.x86_64 on Fedora 39:

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

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

Last metadata expiration check: 3:43:56 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : rubygem-websocket-driver
Version : 0.7.5
Release : 8.fc39
Architecture : x86_64
Size : 30 k
Source : rubygem-websocket-driver-0.7.5-8.fc39.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.