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

Last updated: May 13,2024

1. Install "node-q" package

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

$ sudo apt update $ sudo apt install node-q

2. Uninstall "node-q" package

Learn how to uninstall node-q on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: node-q
Priority: extra
Section: universe/web
Installed-Size: 184
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Javascript Maintainers
Architecture: all
Version: 1.4.1-1
Depends: nodejs
Filename: pool/universe/n/node-q/node-q_1.4.1-1_all.deb
Size: 37250
MD5sum: 999fa0312d6bf5124e927da3e2cea50f
SHA1: 8013232f9a58239453a291b51bd7b1e9e6b2d2e5
SHA256: 7dd8753982d3300ebeac7e6d9ec8b971d18a69857d2fdb1b8297b1535aed281e
Description-en: Node.js module 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 module for Node.js.
.
Node.js is an event-based server-side JavaScript engine.
Description-md5: 890710fdcc545e41f7330351d4181a2a
Homepage: https://github.com/kriskowal/q
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu