How to Install and Uninstall ruby-faye-websocket Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 14,2024

1. Install "ruby-faye-websocket" package

Please follow the step by step instructions below to install ruby-faye-websocket on Ubuntu 21.10 (Impish Indri)

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

2. Uninstall "ruby-faye-websocket" package

Please follow the guidelines below to uninstall ruby-faye-websocket on Ubuntu 21.10 (Impish Indri):

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

3. Information about the ruby-faye-websocket package on Ubuntu 21.10 (Impish Indri)

Package: ruby-faye-websocket
Architecture: all
Version: 0.11.0-1
Priority: optional
Section: universe/ruby
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 63
Depends: ruby-eventmachine, ruby-websocket-driver
Filename: pool/universe/r/ruby-faye-websocket/ruby-faye-websocket_0.11.0-1_all.deb
Size: 16192
MD5sum: 7cf4e244c2f2e8b1ccd79c013bdd2ec6
SHA1: 350c46ef50a643695288ae608ac1e5cae6ba7fc1
SHA256: af5899cc7419167e411d7d7169885d585efd86ed10c28177d431cb01d465041e
SHA512: 6cced9e457d8966b8f59570f15fd88e2a46002c8946220a2e55a0d62ba22371b8a918465e4a0bac38611e837bedd59272518a5b9d512aca38aa6332364d7093b
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