How To Install jasper-utils.x86_64 on Amazon Linux 2

In this tutorial we learn how to install jasper-utils.x86_64 in Amazon Linux 2. jasper-utils.x86_64 is Nonessential utilities for jasper

Introduction

In this tutorial we learn how to install jasper-utils.x86_64 on Amazon Linux 2.

What is jasper-utils.x86_64

Nonessential utilities for jasper, including jiv and tmrdemo.

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

Install jasper-utils.x86_64 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 jasper-utils.x86_64 using yum by running the following command:

sudo yum -y install jasper-utils.x86_64

How To Uninstall jasper-utils.x86_64 on Amazon Linux 2

To uninstall only the jasper-utils.x86_64 package we can use the following command:

sudo yum remove jasper-utils.x86_64

jasper-utils.x86_64 Package Contents on Amazon Linux 2

/usr/bin/jiv
/usr/bin/tmrdemo
/usr/share/man/man1/jiv.1.gz

References

Summary

In this tutorial we learn how to install jasper-utils.x86_64 on Amazon Linux 2 using yum.