How To Install jcommon-serializer on Fedora 36

In this tutorial we learn how to install jcommon-serializer in Fedora 36. jcommon-serializer is JFree Java General Serialization Framework

Introduction

In this tutorial we learn how to install jcommon-serializer on Fedora 36.

What is jcommon-serializer

Jcommon-serializer is a general serialization framework used by JFreeChart, JFreeReport and other projects.

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

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

sudo dnf -y install jcommon-serializer

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

sudo yum -y install jcommon-serializer

How To Uninstall jcommon-serializer on Fedora 36

To uninstall only the jcommon-serializer package we can use the following command:

sudo dnf remove jcommon-serializer

jcommon-serializer Package Contents on Fedora 36

/usr/share/doc/jcommon-serializer
/usr/share/doc/jcommon-serializer/ChangeLog.txt
/usr/share/doc/jcommon-serializer/README.txt
/usr/share/doc/jcommon-serializer/licence-LGPL.txt
/usr/share/java/jcommon-serializer.jar

References

Summary

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