How to Install and Uninstall ruby-faye-websocket Package on Kali Linux

Last updated: September 19,2024

1. Install "ruby-faye-websocket" package

This guide covers the steps necessary to install ruby-faye-websocket on Kali Linux

$ 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 Kali Linux:

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

3. Information about the ruby-faye-websocket package on Kali Linux

Package: ruby-faye-websocket
Version: 0.11.0-1
Installed-Size: 63
Maintainer: Debian Ruby Team
Architecture: all
Depends: ruby-eventmachine, ruby-websocket-driver
Size: 18392
SHA256: f5f70d9f2b90753653b0b0533670fbd7d01f3ce54b9c3c88cfe9fcf23819623b
SHA1: a84333520b5f044bd9a3de0a31f8993143535556
MD5sum: 4dc049b747a27f8318c9f677ebca7b9b
Description: 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:
Homepage: https://github.com/faye/faye-websocket-ruby
Ruby-Versions: all
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-faye-websocket/ruby-faye-websocket_0.11.0-1_all.deb