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

Last updated: May 19,2024

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

Here is a brief guide to show you how to install rubygem-websocket-driver.x86_64 on Fedora 35

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

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

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

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

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

Last metadata expiration check: 3:10:37 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : rubygem-websocket-driver
Version : 0.7.5
Release : 2.fc35
Architecture : x86_64
Size : 26 k
Source : rubygem-websocket-driver-0.7.5-2.fc35.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.