How To Install relaxngDatatype.noarch on Amazon Linux 2

In this tutorial we learn how to install relaxngDatatype.noarch in Amazon Linux 2. relaxngDatatype.noarch is RELAX NG Datatype API

Introduction

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

What is relaxngDatatype.noarch

RELAX NG is a public space for test cases and other ancillary software related to the construction of the RELAX NG language and its implementations.

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

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

sudo yum -y install relaxngDatatype.noarch

How To Uninstall relaxngDatatype.noarch on Amazon Linux 2

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

sudo yum remove relaxngDatatype.noarch

relaxngDatatype.noarch Package Contents on Amazon Linux 2

/usr/share/doc/relaxngDatatype-1.0
/usr/share/doc/relaxngDatatype-1.0/copying.txt
/usr/share/java/relaxngDatatype.jar
/usr/share/maven-fragments/relaxngDatatype
/usr/share/maven-poms/JPP-relaxngDatatype.pom

References

Summary

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