How to Install and Uninstall mujs.x86_64 Package on Rocky Linux 8

Last updated: September 22,2024

1. Install "mujs.x86_64" package

This tutorial shows how to install mujs.x86_64 on Rocky Linux 8

$ sudo dnf update $ sudo dnf install mujs.x86_64

2. Uninstall "mujs.x86_64" package

This tutorial shows how to uninstall mujs.x86_64 on Rocky Linux 8:

$ sudo dnf remove mujs.x86_64 $ sudo dnf autoremove

3. Information about the mujs.x86_64 package on Rocky Linux 8

Last metadata expiration check: 0:24:08 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : mujs
Version : 1.0.9
Release : 1.el8
Architecture : x86_64
Size : 134 k
Source : mujs-1.0.9-1.el8.src.rpm
Repository : epel
Summary : An embeddable Javascript interpreter
URL : http://mujs.com/
License : AGPLv3+
Description : MuJS is a lightweight Javascript interpreter designed for embedding in
: other software to extend them with scripting capabilities.