Install libjs-es5-shim
Installing libjs-es5-shim package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install libjs-es5-shim
libjs-es5-shim package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | libjs-es5-shim |
version | 4.4.1-1 |
description | ECMAScript 5 compat. shims for old JavaScript engines (library) |
subsection | web |
website | github.com / es-shims / es5-shim / |
maintainer | Debian Javascript Maintainers |
Uninstall libjs-es5-shim
To remove just libjs-es5-shim package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove libjs-es5-shim
Uninstall libjs-es5-shim and it’s dependent packages
To remove the libjs-es5-shim package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove libjs-es5-shim
Purging libjs-es5-shim
If you also want to delete configuration and/or data files of libjs-es5-shim from Debian Sid then this will work:
sudo apt-get purge libjs-es5-shim
To delete configuration and/or data files of libjs-es5-shim and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove libjs-es5-shim