How To Install jai-imageio-core.noarch on Amazon Linux 2

In this tutorial we learn how to install jai-imageio-core.noarch in Amazon Linux 2. jai-imageio-core.noarch is Core Java Advanced Imaging Image I/O Tools API

Introduction

In this tutorial we learn how to install jai-imageio-core.noarch on Amazon Linux 2.

What is jai-imageio-core.noarch

This package contains the core Java Advanced Imaging Image I/O Tools API, minus JPEG 2000, JAI Image I/O operations, and the C-based codecLib.

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

Install jai-imageio-core.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 jai-imageio-core.noarch using yum by running the following command:

sudo yum -y install jai-imageio-core.noarch

How To Uninstall jai-imageio-core.noarch on Amazon Linux 2

To uninstall only the jai-imageio-core.noarch package we can use the following command:

sudo yum remove jai-imageio-core.noarch

jai-imageio-core.noarch Package Contents on Amazon Linux 2

/usr/share/doc/jai-imageio-core-1.2
/usr/share/doc/jai-imageio-core-1.2/COPYRIGHT.txt
/usr/share/doc/jai-imageio-core-1.2/LICENSE.txt
/usr/share/doc/jai-imageio-core-1.2/README-fedora-epel.txt
/usr/share/java/jai_imageio.jar

References

Summary

In this tutorial we learn how to install jai-imageio-core.noarch on Amazon Linux 2 using yum.