How To Install isorelax.noarch on Amazon Linux 2
In this tutorial we learn how to install isorelax.noarch in Amazon Linux 2. isorelax.noarch is Public interfaces for RELAX Core
Introduction
In this tutorial we learn how to install isorelax.noarch on Amazon Linux 2.
What is isorelax.noarch
The ISO RELAX project was started to host public interfaces useful for applications to support RELAX Core. Now, however, some of the hosted material is schema language-neutral.
We can use yum to install isorelax.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install isorelax.noarch.
Install isorelax.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 isorelax.noarch using yum by running the following command:
sudo yum -y install isorelax.noarch
How To Uninstall isorelax.noarch on Amazon Linux 2
To uninstall only the isorelax.noarch package we can use the following command:
sudo yum remove isorelax.noarch
isorelax.noarch Package Contents on Amazon Linux 2
/usr/share/doc/isorelax-0
/usr/share/doc/isorelax-0/license.txt
/usr/share/java/isorelax.jar
/usr/share/maven-fragments/isorelax
/usr/share/maven-poms/JPP-isorelax.pom
References
Summary
In this tutorial we learn how to install isorelax.noarch on Amazon Linux 2 using yum.