How to Install and Uninstall ruby-websocket-driver Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 19,2024

1. Install "ruby-websocket-driver" package

In this section, we are going to explain the necessary steps to install ruby-websocket-driver on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "ruby-websocket-driver" package

This is a short guide on how to uninstall ruby-websocket-driver on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the ruby-websocket-driver package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: ruby-websocket-driver
Priority: optional
Section: universe/ruby
Installed-Size: 88
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Extras Maintainers
Architecture: amd64
Version: 0.6.3-2build1
Depends: ruby (>= 1:2.3~0), ruby-websocket-extensions (>= 0.1.0), libc6 (>= 2.2.5), libruby2.3 (>= 2.3.0~preview2)
Filename: pool/universe/r/ruby-websocket-driver/ruby-websocket-driver_0.6.3-2build1_amd64.deb
Size: 20548
MD5sum: c75cd19aceb0f25c54c077684c17eae1
SHA1: 2a4e83eb20db43bc3dbef3251bd142bc44e4d6b5
SHA256: e71215478b8f92ca0da7b253e21b953405bb84e6573a2f820bcaf1a7a210e15f
Description-en: WebSocket protocol handler with pluggable I/O
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.
Description-md5: 5eab56d39f83c3858e59429a22caa702
Homepage: http://github.com/faye/websocket-driver-ruby
Ruby-Versions: ruby2.3
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu