How To Install rhino-runtime on Fedora 36

In this tutorial we learn how to install rhino-runtime in Fedora 36. rhino-runtime is Rhino Runtime

Introduction

In this tutorial we learn how to install rhino-runtime on Fedora 36.

What is rhino-runtime

Rhino JavaScript runtime jar, excludes tools & JSR-223 Script Engine wrapper.

We can use yum or dnf to install rhino-runtime on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install rhino-runtime.

Install rhino-runtime 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-runtime using dnf by running the following command:

sudo dnf -y install rhino-runtime

Install rhino-runtime 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-runtime using yum by running the following command:

sudo yum -y install rhino-runtime

How To Uninstall rhino-runtime on Fedora 36

To uninstall only the rhino-runtime package we can use the following command:

sudo dnf remove rhino-runtime

rhino-runtime Package Contents on Fedora 36

/usr/share/doc/rhino-runtime
/usr/share/doc/rhino-runtime/CODE_OF_CONDUCT.md
/usr/share/doc/rhino-runtime/README.md
/usr/share/doc/rhino-runtime/RELEASE-NOTES.md
/usr/share/java/rhino
/usr/share/java/rhino/rhino-runtime.jar
/usr/share/licenses/rhino-runtime
/usr/share/licenses/rhino-runtime/LICENSE.txt
/usr/share/licenses/rhino-runtime/NOTICE.txt
/usr/share/maven-metadata/rhino-rhino-runtime.xml
/usr/share/maven-poms/rhino
/usr/share/maven-poms/rhino/rhino-runtime.pom

References

Summary

In this tutorial we learn how to install rhino-runtime on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).