How to Install and Uninstall mozjs52.i686 Package on CentOS Stream 8

Last updated: May 02,2024

1. Install "mozjs52.i686" package

This guide let you learn how to install mozjs52.i686 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install mozjs52.i686

2. Uninstall "mozjs52.i686" package

In this section, we are going to explain the necessary steps to uninstall mozjs52.i686 on CentOS Stream 8:

$ sudo dnf remove mozjs52.i686 $ sudo dnf autoremove

3. Information about the mozjs52.i686 package on CentOS Stream 8

Last metadata expiration check: 3:18:43 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : mozjs52
Version : 52.9.0
Release : 2.el8
Architecture : i686
Size : 6.6 M
Source : mozjs52-52.9.0-2.el8.src.rpm
Repository : baseos
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.