How to Install and Uninstall libjs-q Package on Kali Linux

Last updated: May 18,2024

1. Install "libjs-q" package

This tutorial shows how to install libjs-q on Kali Linux

$ sudo apt update $ sudo apt install libjs-q

2. Uninstall "libjs-q" package

Please follow the steps below to uninstall libjs-q on Kali Linux:

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

3. Information about the libjs-q package on Kali Linux

Package: libjs-q
Source: node-q
Version: 1.5.1-4
Installed-Size: 153
Maintainer: Debian Javascript Maintainers
Architecture: all
Recommends: javascript-common
Size: 54500
SHA256: 5b6595b9b316ba3497e2766720ee7872984c3d1e013b341b08a4e6ce5b4bceee
SHA1: 68fc0a78fe2d7ef983a10b67cd5f2f8b96fdf697
MD5sum: 0b234df58aa910263e5ade4f4861e0c7
Description: 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:
Multi-Arch: foreign
Homepage: https://github.com/kriskowal/q
Tag: implemented-in::ecmascript, role::shared-lib
Section: javascript
Priority: optional
Filename: pool/main/n/node-q/libjs-q_1.5.1-4_all.deb