How to Install and Uninstall js.x86_64 Package on Amazon Linux 2

Last updated: June 29,2024

1. Install "js.x86_64" package

This guide covers the steps necessary to install js.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install js.x86_64

2. Uninstall "js.x86_64" package

Please follow the guidelines below to uninstall js.x86_64 on Amazon Linux 2:

$ sudo yum remove js.x86_64 $ sudo yum autoremove

3. Information about the js.x86_64 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : js
Arch : x86_64
Epoch : 1
Version : 1.8.5
Release : 20.amzn2
Size : 2.4 M
Repo : amzn2-core/2/x86_64
Summary : JavaScript interpreter and libraries
URL : http://www.mozilla.org/js/
License : GPLv2+ or LGPLv2+ or MPLv1.1
Description : JavaScript is the Netscape-developed object scripting language
: used in millions of web pages and server applications worldwide.
: Netscape's JavaScript is a superset of the ECMA-262 Edition 3
: (ECMAScript) standard scripting language, with only mild
: differences from the published standard.