How to Install and Uninstall mozjs52.i686 Package on Amazon Linux 2

Last updated: June 17,2024

1. Install "mozjs52.i686" package

Please follow the guidelines below to install mozjs52.i686 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install mozjs52.i686

2. Uninstall "mozjs52.i686" package

This tutorial shows how to uninstall mozjs52.i686 on Amazon Linux 2:

$ sudo yum remove mozjs52.i686 $ sudo yum autoremove

3. Information about the mozjs52.i686 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : mozjs52
Arch : i686
Version : 52.9.0
Release : 1.amzn2
Size : 6.5 M
Repo : amzn2-core/2/x86_64
Summary : SpiderMonkey JavaScript library
URL : https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey
License : MPLv2.0 and MPLv1.1 and BSD and GPLv2+ and GPLv3+ and LGPLv2.1 and
: LGPLv2.1+ and AFL and ASL 2.0
Description : SpiderMonkey is the code-name for Mozilla Firefox's C++
: implementation of JavaScript. It is intended to be embedded in
: other applications that provide host environments for JavaScript.