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

Last updated: May 11,2024

1. Install "node-es5-shim" package

Please follow the guidance below to install node-es5-shim on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install node-es5-shim

2. Uninstall "node-es5-shim" package

Please follow the guidelines below to uninstall node-es5-shim on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove node-es5-shim $ sudo apt autoclean && sudo apt autoremove

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

Package: node-es5-shim
Priority: optional
Section: universe/web
Installed-Size: 107
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Javascript Maintainers
Architecture: all
Version: 4.4.1-1
Depends: nodejs
Filename: pool/universe/n/node-es5-shim/node-es5-shim_4.4.1-1_all.deb
Size: 24888
MD5sum: 792ae9b948d7a71627fea7cbe7cba8b0
SHA1: af59f937596beaac29069712769cf795ccca5e2e
SHA256: 4af30072c3acc5a49b6e0a5736c840e748e010cc846961b516d4b449aaa63394
Description-en: ECMAScript 5 compat. shims for old JavaScript engines (Node.js)
The es5-shim library monkey-patches a JavaScript context to contain
all ECMAScript 5 methods that can be faithfully emulated with a
legacy JavaScript engine.
.
The es5-sham part tries to complete the picture as best as possible, but
for those methods the result is not as close and mostly intends to avoid
runtime errors : in many cases it might just silently fail.
.
Node.js is an event-based server-side JavaScript engine.
Description-md5: 55debecf666db17bd6110ee2148b5a64
Homepage: http://github.com/es-shims/es5-shim/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu