How To Install libserializer.noarch on Amazon Linux 2

In this tutorial we learn how to install libserializer.noarch in Amazon Linux 2. libserializer.noarch is JFreeReport General Serialization Framework

Introduction

In this tutorial we learn how to install libserializer.noarch on Amazon Linux 2.

What is libserializer.noarch

Libserializer contains a general serialization framework that simplifies the task of writing custom java serialization handlers.

We can use yum to install libserializer.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install libserializer.noarch.

Install libserializer.noarch on Amazon Linux 2 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install libserializer.noarch using yum by running the following command:

sudo yum -y install libserializer.noarch

How To Uninstall libserializer.noarch on Amazon Linux 2

To uninstall only the libserializer.noarch package we can use the following command:

sudo yum remove libserializer.noarch

libserializer.noarch Package Contents on Amazon Linux 2

/usr/share/doc/libserializer-1.1.2
/usr/share/doc/libserializer-1.1.2/ChangeLog.txt
/usr/share/doc/libserializer-1.1.2/README.txt
/usr/share/doc/libserializer-1.1.2/licence-LGPL.txt
/usr/share/java/libserializer-1.1.2.jar
/usr/share/java/libserializer.jar

References

Summary

In this tutorial we learn how to install libserializer.noarch on Amazon Linux 2 using yum.