How To Install jgoodies-common on Fedora 36
Introduction
In this tutorial we learn how to install jgoodies-common
on Fedora 36.
What is jgoodies-common
The JGoodies Common library provides convenience code for other JGoodies libraries and applications.
We can use yum
or dnf
to install jgoodies-common
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install jgoodies-common.
Install jgoodies-common 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-common
using dnf
by running the following command:
sudo dnf -y install jgoodies-common
Install jgoodies-common 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-common
using yum
by running the following command:
sudo yum -y install jgoodies-common
How To Uninstall jgoodies-common on Fedora 36
To uninstall only the jgoodies-common
package we can use the following command:
sudo dnf remove jgoodies-common
jgoodies-common Package Contents on Fedora 36
/usr/share/doc/jgoodies-common
/usr/share/doc/jgoodies-common/README.html
/usr/share/doc/jgoodies-common/RELEASE-NOTES.txt
/usr/share/java/jgoodies-common.jar
/usr/share/licenses/jgoodies-common
/usr/share/licenses/jgoodies-common/LICENSE.txt
/usr/share/maven-metadata/jgoodies-common.xml
/usr/share/maven-poms/jgoodies-common.pom
References
Summary
In this tutorial we learn how to install jgoodies-common
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).