How to Install and Uninstall node-emittery Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 19,2024

1. Install "node-emittery" package

This tutorial shows how to install node-emittery on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install node-emittery

2. Uninstall "node-emittery" package

Please follow the step by step instructions below to uninstall node-emittery on Ubuntu 21.10 (Impish Indri):

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

3. Information about the node-emittery package on Ubuntu 21.10 (Impish Indri)

Package: node-emittery
Architecture: all
Version: 0.7.2-2
Priority: optional
Section: universe/javascript
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Javascript Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 866
Filename: pool/universe/n/node-emittery/node-emittery_0.7.2-2_all.deb
Size: 814740
MD5sum: b8cbe906e419b9b9f63ea3b638701839
SHA1: 487194a9adf7a1f4517f5fd89807cec627e91ae4
SHA256: 1c529a21bea623f0a710104f928f86c934da9edbf50ad565ffba9f98b8b92549
SHA512: 62c308ea947cc3a55c425339a755b8103c79f3dc30986acc97f4ab0d91866f0806a7fe00421f2846aa387cf17f745e4b81adc0659e0312e4e184f0476210368e
Homepage: https://github.com/sindresorhus/emittery#readme
Description-en: 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: 7545b28ba31ae5f4c22edac2a7d68725