How To Install jgoodies-looks on Fedora 36

In this tutorial we learn how to install jgoodies-looks in Fedora 36. jgoodies-looks is Free high-fidelity Windows and multi-platform appearance

Introduction

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

What is jgoodies-looks

The JGoodies look&feels make your Swing applications and applets look better. They have been optimized for readability, precise micro-design and usability.

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

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

sudo dnf -y install jgoodies-looks

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

sudo yum -y install jgoodies-looks

How To Uninstall jgoodies-looks on Fedora 36

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

sudo dnf remove jgoodies-looks

jgoodies-looks Package Contents on Fedora 36

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

References

Summary

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