How to Install and Uninstall rubygem-execjs.noarch Package on Fedora 39

Last updated: November 21,2024

1. Install "rubygem-execjs.noarch" package

Please follow the guidelines below to install rubygem-execjs.noarch on Fedora 39

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

2. Uninstall "rubygem-execjs.noarch" package

Please follow the guidelines below to uninstall rubygem-execjs.noarch on Fedora 39:

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

3. Information about the rubygem-execjs.noarch package on Fedora 39

Last metadata expiration check: 3:44:58 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : rubygem-execjs
Version : 2.8.1
Release : 6.fc39
Architecture : noarch
Size : 17 k
Source : rubygem-execjs-2.8.1-6.fc39.src.rpm
Repository : fedora
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.