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

Last updated: July 05,2024

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

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

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

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

This guide covers the steps necessary to uninstall rubygem-websocket-driver.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 4:24:39 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : rubygem-websocket-driver
Version : 0.7.3
Release : 3.fc34
Architecture : x86_64
Size : 26 k
Source : rubygem-websocket-driver-0.7.3-3.fc34.src.rpm
Repository : fedora
Summary : WebSocket protocol handler with pluggable I/O
URL : http://github.com/faye/websocket-driver-ruby
License : MIT
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.