How to Install and Uninstall ruby-faye-websocket Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: April 29,2024

1. Install "ruby-faye-websocket" package

This guide covers the steps necessary to install ruby-faye-websocket on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install ruby-faye-websocket

2. Uninstall "ruby-faye-websocket" package

This tutorial shows how to uninstall ruby-faye-websocket on Ubuntu 20.10 (Groovy Gorilla):

$ sudo apt remove ruby-faye-websocket $ sudo apt autoclean && sudo apt autoremove

3. Information about the ruby-faye-websocket package on Ubuntu 20.10 (Groovy Gorilla)

Package: ruby-faye-websocket
Architecture: all
Version: 0.10.7-1
Priority: optional
Section: universe/ruby
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Extras Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 61
Depends: ruby | ruby-interpreter, ruby-eventmachine (>= 0.12.0), ruby-websocket-driver (>= 0.5.1)
Filename: pool/universe/r/ruby-faye-websocket/ruby-faye-websocket_0.10.7-1_all.deb
Size: 15492
MD5sum: 42b49d1de0b57551ff0e43cb7fb547f7
SHA1: dcbd9ba46b7bca65ae2da5fd2a07bf169778f8f0
SHA256: 0806ffa2bb5b146922c250422fd696c8ca34d6fb54cd126f7c8babb6db9fc2e6
SHA512: 746907741bbb710ef8922ae519c77a98cb89913ab4df051635d47ad48f6b8cef891e32f9534d03da46aa2e25056a883857d5c8f229a2e018c1baa7708cc5031b
Homepage: https://github.com/faye/faye-websocket-ruby
Description-en: Standards-compliant WebSocket client and server
This is a general-purpose WebSocket implementation extracted from the Faye
project. It provides classes for easily building WebSocket servers and clients
in Ruby. It does not provide a server itself, but rather makes it easy to
handle WebSocket connections within an existing Rack application. It does not
provide any abstraction other than the standard WebSocket API.
.
It also provides an abstraction for handling EventSource connections, which
are one-way connections that allow the server to push data to the client. They
are based on streaming HTTP responses and can be easier to access via proxies
than WebSockets.
Description-md5: 36a6e8b0dddf758dd539c0477674a31f
Ruby-Versions: all