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

Last updated: May 17,2024

1. Install "libjs-es6-shim" package

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

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

2. Uninstall "libjs-es6-shim" package

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

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

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

Package: libjs-es6-shim
Priority: optional
Section: universe/web
Installed-Size: 244
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Javascript Maintainers
Architecture: all
Source: node-es6-shim
Version: 0.34.1+ds-1
Filename: pool/universe/n/node-es6-shim/libjs-es6-shim_0.34.1+ds-1_all.deb
Size: 49742
MD5sum: cf9fcc3281c1507a88fe3a8b55fd380d
SHA1: 5b930f841b236752c36f59bb8217700c2eb5ff66
SHA256: 4f9feaa9f072024865adfd05c7f28b59c79568bcb9d18d82ecfd061e511c0aa9
Description-en: ECMAScript 6 compat. shims for legacy JavaScript engines (library)
The es6-shim library monkey-patches a JavaScript context to contain all
ECMAScript 6 (Harmony) methods that can be faithfully emulated with a legacy
JavaScript engine.
.
The es6-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: 69823c32848436e875d894f7dab79080
Homepage: https://github.com/paulmillr/es6-shim/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu