How to Install and Uninstall node-emittery Package on Kali Linux

Last updated: May 14,2024

1. Install "node-emittery" package

Please follow the steps below to install node-emittery on Kali Linux

$ sudo apt update $ sudo apt install node-emittery

2. Uninstall "node-emittery" package

This guide let you learn how to uninstall node-emittery on Kali Linux:

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

3. Information about the node-emittery package on Kali Linux

Package: node-emittery
Version: 1.0.1-1
Installed-Size: 891
Maintainer: Debian Javascript Maintainers
Architecture: all
Size: 847576
SHA256: c57238e97873c15e552874fe56aacd3d74efa882ae28bcb63ae1bc33d5815b49
SHA1: 87cf974c5e2ab36e19ff054dc564a352bc85b065
MD5sum: d1be4e4ef7f666ddc78861431f2a48a6
Description: Nodejs simple and modern async event emitter
Emitting events asynchronously is important for production code where you
want the least amount of synchronous operations. Since JavaScript is
single-threaded, no other code can run while doing synchronous operations.
For Node.js, that means it will block other requests, defeating the strength
of the platform, which is scalability through async. In the browser, a
synchronous operation could potentially cause lags and block user interaction.
.
emittery solves this providing a simple but powerful API.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/sindresorhus/emittery#readme
Section: javascript
Priority: optional
Filename: pool/main/n/node-emittery/node-emittery_1.0.1-1_all.deb