How To Install rhino-engine on Fedora 36
Introduction
In this tutorial we learn how to install rhino-engine
on Fedora 36.
What is rhino-engine
Rhino Javascript JSR-223 Script Engine wrapper.
We can use yum
or dnf
to install rhino-engine
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install rhino-engine.
Install rhino-engine on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install rhino-engine
using dnf
by running the following command:
sudo dnf -y install rhino-engine
Install rhino-engine on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install rhino-engine
using yum
by running the following command:
sudo yum -y install rhino-engine
How To Uninstall rhino-engine on Fedora 36
To uninstall only the rhino-engine
package we can use the following command:
sudo dnf remove rhino-engine
rhino-engine Package Contents on Fedora 36
/usr/share/doc/rhino-engine
/usr/share/doc/rhino-engine/CODE_OF_CONDUCT.md
/usr/share/doc/rhino-engine/README.md
/usr/share/doc/rhino-engine/RELEASE-NOTES.md
/usr/share/java/rhino
/usr/share/java/rhino/rhino-engine.jar
/usr/share/licenses/rhino-engine
/usr/share/licenses/rhino-engine/LICENSE.txt
/usr/share/maven-metadata/rhino-rhino-engine.xml
/usr/share/maven-poms/rhino
/usr/share/maven-poms/rhino/rhino-engine.pom
References
Summary
In this tutorial we learn how to install rhino-engine
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).