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

Last updated: September 29,2024

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

This guide covers the steps necessary to install rubygem-websocket-driver.x86_64 on Fedora 38

$ 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 38:

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

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

Last metadata expiration check: 3:55:37 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : rubygem-websocket-driver
Version : 0.7.5
Release : 7.fc38
Architecture : x86_64
Size : 31 k
Source : rubygem-websocket-driver-0.7.5-7.fc38.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.