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

Last updated: May 09,2024

1. Install "libjs-es5-shim" package

This guide let you learn how to install libjs-es5-shim on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libjs-es5-shim" package

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

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

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

Package: libjs-es5-shim
Priority: optional
Section: universe/web
Installed-Size: 144
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Javascript Maintainers
Architecture: all
Source: node-es5-shim
Version: 4.4.1-1
Filename: pool/universe/n/node-es5-shim/libjs-es5-shim_4.4.1-1_all.deb
Size: 32278
MD5sum: 93d6a34cdd393311262db472b72d074c
SHA1: 3969fc72d96da66664558be7a732961e2099add8
SHA256: 180884ed94fb57e3bb3f1027f4ee2ae33fea2da4e6ac5fb04642fb09801b294f
Description-en: ECMAScript 5 compat. shims for old JavaScript engines (library)
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.
Description-md5: f64213780be86c3ccc3d89b66b2b7ecb
Homepage: http://github.com/es-shims/es5-shim/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu