How To Install saxon-scripts.noarch on Amazon Linux 2

In this tutorial we learn how to install saxon-scripts.noarch in Amazon Linux 2. saxon-scripts.noarch is Utility scripts for saxon

Introduction

In this tutorial we learn how to install saxon-scripts.noarch on Amazon Linux 2.

What is saxon-scripts.noarch

Utility scripts for saxon.

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

Install saxon-scripts.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 saxon-scripts.noarch using yum by running the following command:

sudo yum -y install saxon-scripts.noarch

How To Uninstall saxon-scripts.noarch on Amazon Linux 2

To uninstall only the saxon-scripts.noarch package we can use the following command:

sudo yum remove saxon-scripts.noarch

saxon-scripts.noarch Package Contents on Amazon Linux 2

/usr/bin/saxon
/usr/bin/saxonq
/usr/share/man/man1/saxon.1.gz
/usr/share/man/man1/saxonq.1.gz

References

Summary

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