How to Install and Uninstall libjs-sockjs Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "libjs-sockjs" package

This guide covers the steps necessary to install libjs-sockjs on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libjs-sockjs

2. Uninstall "libjs-sockjs" package

This tutorial shows how to uninstall libjs-sockjs on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libjs-sockjs $ sudo apt autoclean && sudo apt autoremove

3. Information about the libjs-sockjs package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libjs-sockjs
Priority: optional
Section: universe/web
Installed-Size: 98
Maintainer: Ubuntu Developers
Original-Maintainer: Tonnerre LOMBARD
Architecture: all
Source: sockjs-client
Version: 0.3.4+dfsg-2
Depends: libjs-json
Recommends: javascript-common
Filename: pool/universe/s/sockjs-client/libjs-sockjs_0.3.4+dfsg-2_all.deb
Size: 21324
MD5sum: ede3da2e02e62f069d3e244180c4a9f9
SHA1: d6284ce54cbf78068f3cf210b0b680a7a338c08a
SHA256: b5f93933ade610587d4a428f85686f4b024e9c289b75e36c6421c3ddde3d37a9
Description-en: WebSocket emulation - Javascript client
SockJS is a browser JavaScript library that provides a WebSocket-like object.
SockJS gives you a coherent, cross-browser, Javascript API which creates a low
latency, full duplex, cross-domain communication channel between the browser
and the web server.
.
Under the hood SockJS tries to use native WebSockets first. If that fails it
can use a variety of browser-specific transport protocols and presents them
through WebSocket-like abstractions.
.
SockJS is intended to work for all modern browsers and in environments which
don't support WebSocket protocol, for example behind restrictive corporate
proxies.
Description-md5: f333428519fcf55c107ca9136af417fc
Homepage: https://github.com/sockjs/sockjs-client
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu