How To Install jgoodies-forms on Fedora 36

In this tutorial we learn how to install jgoodies-forms in Fedora 36. jgoodies-forms is Framework to lay out and implement elegant Swing panels in Java

Introduction

In this tutorial we learn how to install jgoodies-forms on Fedora 36.

What is jgoodies-forms

The JGoodies Forms framework helps you lay out and implement elegant Swing panels quickly and consistently. It makes simple things easy and the hard stuff possible, the good design easy and the bad difficult.

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

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

sudo dnf -y install jgoodies-forms

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

sudo yum -y install jgoodies-forms

How To Uninstall jgoodies-forms on Fedora 36

To uninstall only the jgoodies-forms package we can use the following command:

sudo dnf remove jgoodies-forms

jgoodies-forms Package Contents on Fedora 36

/usr/share/java/jgoodies-forms.jar
/usr/share/maven-metadata/jgoodies-forms.xml
/usr/share/maven-poms/jgoodies-forms.pom

References

Summary

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