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

Last updated: May 19,2024

1. Install "node-through2" package

This is a short guide on how to install node-through2 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install node-through2

2. Uninstall "node-through2" package

This tutorial shows how to uninstall node-through2 on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: node-through2
Priority: extra
Section: universe/web
Installed-Size: 45
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Javascript Maintainers
Architecture: all
Version: 1.1.1-1
Depends: nodejs, node-extend
Filename: pool/universe/n/node-through2/node-through2_1.1.1-1_all.deb
Size: 6276
MD5sum: ced42eb8f30c834d3f94490d24bdded0
SHA1: 4d98c5b3ca5da161bb0b8a5e073fe4d9c0620e1c
SHA256: 20325671807d7859db8a5e45068e8b809dfe2a9e20cd35abc23436ba4ffa4db7
Description-en: Make a stream.Transform out of a function - Node.js module
This package provide a tiny wrapper around stream.Transform from
Node.js library to avoid explicit subclassing noise.
.
Inspired by Dominic Tarr's through module in that it's so much easier
to make a stream out of a function than it is to set up the prototype
chain properly.
.
Node.js is an event-based server-side JavaScript engine.
Description-md5: 322feb945203687e89fc5f241f5f5bb6
Homepage: https://github.com/rvagg/through2
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu