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

Last updated: May 18,2024

1. Install "libjs-q" package

Please follow the guidance below to install libjs-q on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libjs-q

2. Uninstall "libjs-q" package

Please follow the guidelines below to uninstall libjs-q on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libjs-q
Priority: extra
Section: universe/web
Installed-Size: 203
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Javascript Maintainers
Architecture: all
Source: node-q
Version: 1.4.1-1
Recommends: javascript-common
Filename: pool/universe/n/node-q/libjs-q_1.4.1-1_all.deb
Size: 40874
MD5sum: 5d01e7582d25aa08f1eef184bd2f671a
SHA1: dfcf374b4171483f4898d51d2d8c605382b14e47
SHA256: f02ac65e6ee417496292f9b0b5a0fe539f2de41c090ac9bb9762147fbb782618
Description-en: JavaScript library for promises (CommonJS/Promises/A,B,D)
Q is a tool for creating and composing asynchronous promises in JavaScript.
.
If a function cannot return a value or throw an exception without blocking,
it can return a promise instead. A promise is an object that represents the
return value or the thrown exception that the function may eventually provide.
A promise can also be used as a proxy for a remote object to overcome latency.
.
This package contains the q.js JavaScript library.
Description-md5: 731a84c60164421797b8be8ed4e8a5a3
Homepage: https://github.com/kriskowal/q
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu