How to Install and Uninstall rubygem-execjs.noarch Package on CentOS Stream 9

Last updated: October 02,2024

1. Install "rubygem-execjs.noarch" package

In this section, we are going to explain the necessary steps to install rubygem-execjs.noarch on CentOS Stream 9

$ sudo dnf update $ sudo dnf install rubygem-execjs.noarch

2. Uninstall "rubygem-execjs.noarch" package

Here is a brief guide to show you how to uninstall rubygem-execjs.noarch on CentOS Stream 9:

$ sudo dnf remove rubygem-execjs.noarch $ sudo dnf autoremove

3. Information about the rubygem-execjs.noarch package on CentOS Stream 9

Last metadata expiration check: 1:10:40 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : rubygem-execjs
Version : 2.8.1
Release : 3.el9
Architecture : noarch
Size : 17 k
Source : rubygem-execjs-2.8.1-3.el9.src.rpm
Repository : epel
Summary : Run JavaScript code from Ruby
URL : https://github.com/rails/execjs
License : MIT
Description : ExecJS lets you run JavaScript code from Ruby. It automatically picks the
: best runtime available to evaluate your JavaScript program, then returns
: the result to you as a Ruby object.