How To Install options on Fedora 36

In this tutorial we learn how to install options in Fedora 36. options is Library for managing sets of JVM properties to configure an app or library

Introduction

In this tutorial we learn how to install options on Fedora 36.

What is options

Provides a simple mechanism for defining JVM property-based configuration for an application or library.

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

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

sudo dnf -y install options

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

sudo yum -y install options

How To Uninstall options on Fedora 36

To uninstall only the options package we can use the following command:

sudo dnf remove options

options Package Contents on Fedora 36

/usr/share/doc/options
/usr/share/doc/options/README.md
/usr/share/java/options
/usr/share/java/options/options.jar
/usr/share/licenses/options
/usr/share/licenses/options/LICENSE
/usr/share/maven-metadata/options.xml
/usr/share/maven-poms/options
/usr/share/maven-poms/options/options.pom

References

Summary

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