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

Last updated: May 18,2024

1. Install "node-typedarray" package

Here is a brief guide to show you how to install node-typedarray on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install node-typedarray

2. Uninstall "node-typedarray" package

Here is a brief guide to show you how to uninstall node-typedarray on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: node-typedarray
Priority: optional
Section: universe/web
Installed-Size: 40
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Javascript Maintainers
Architecture: all
Version: 0.0.6-1
Depends: nodejs
Filename: pool/universe/n/node-typedarray/node-typedarray_0.0.6-1_all.deb
Size: 8242
MD5sum: 5be35dcc1afc70c0076e3e87749b61fc
SHA1: 11871a1de1eb85c5e25081bf19946722731976df
SHA256: e07202887cd3fbde92774f6971fa2cc335ac184d7687bb26eba399ff728575f9
Description-en: TypedArray polyfill for old browsers
Node-typedarray is a fork of the inexorabletash version of polyfill.
.
A polyfill is a shim or collection of shims, and a shim lets you write the
same code across all browsers by implementing a new API in downlevel
browsers.
.
Node.js is an event-based server-side JavaScript engine.
Description-md5: 6a4ef79ed5f4587100a79d08bbe9d01e
Homepage: https://github.com/substack/typedarray
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu