How To Install openjfx8-src on Fedora 36

In this tutorial we learn how to install openjfx8-src in Fedora 36. openjfx8-src is OpenJFX Source Bundle

Introduction

In this tutorial we learn how to install openjfx8-src on Fedora 36.

What is openjfx8-src

OpenJFX Source Bundle.

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

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

sudo dnf -y install openjfx8-src

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

sudo yum -y install openjfx8-src

How To Uninstall openjfx8-src on Fedora 36

To uninstall only the openjfx8-src package we can use the following command:

sudo dnf remove openjfx8-src

openjfx8-src Package Contents on Fedora 36

/usr/lib/jvm/openjfx8/javafx-src.zip

References

Summary

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