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

Last updated: July 08,2024

1. Install "node-websocket-driver" package

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

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

2. Uninstall "node-websocket-driver" package

Please follow the step by step instructions below to uninstall node-websocket-driver on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: node-websocket-driver
Priority: extra
Section: universe/web
Installed-Size: 101
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Javascript Maintainers
Architecture: all
Version: 0.3.5-1
Depends: nodejs
Filename: pool/universe/n/node-websocket-driver/node-websocket-driver_0.3.5-1_all.deb
Size: 16914
MD5sum: c053ab7b6fd6cc875a77a4f893195e14
SHA1: f4f25ccc11c128751baba55d0d63e35756e2bbe7
SHA256: 840463f585292ec84bafb3c085ac200368dd48fbe96c7c5d4267792f51674798
Description-en: WebSocket protocol handler with pluggable I/O for Node.js
This module provides a complete implementation of the WebSocket protocols
that can be hooked up to any I/O stream. 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.
.
Node.js is an event-based server-side JavaScript engine.
Description-md5: d27e998d45018d6a68de128e4d26d3f8
Homepage: http://github.com/faye/websocket-driver-node
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu