How To Install jing.noarch on Amazon Linux 2
Introduction
In this tutorial we learn how to install jing.noarch on Amazon Linux 2.
What is jing.noarch
Jing is a RELAX NG validator written in Java. It implements the RELAX NG 1.0 Specification, RELAX NG Compact Syntax, and parts of RELAX NG DTD Compatibility, specifically checking of ID/IDREF/IDREFS. It also has experimental support for schema languages other than RELAX NG; specifically W3C XML Schema, Schematron 1.5, and Namespace Routing Language.
We can use yum to install jing.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install jing.noarch.
Install jing.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 jing.noarch using yum by running the following command:
sudo yum -y install jing.noarch
How To Uninstall jing.noarch on Amazon Linux 2
To uninstall only the jing.noarch package we can use the following command:
sudo yum remove jing.noarch
jing.noarch Package Contents on Amazon Linux 2
/usr/bin/jing
/usr/share/doc/jing-20091111
/usr/share/doc/jing-20091111/doc
/usr/share/doc/jing-20091111/doc/api
/usr/share/doc/jing-20091111/doc/copying.html
/usr/share/doc/jing-20091111/doc/isorelax.copying.txt
/usr/share/doc/jing-20091111/doc/jing-ant.html
/usr/share/doc/jing-20091111/doc/jing-datatypes.html
/usr/share/doc/jing-20091111/doc/jing-other.html
/usr/share/doc/jing-20091111/doc/jing.html
/usr/share/doc/jing-20091111/doc/nrl.html
/usr/share/doc/jing-20091111/doc/pluggable-datatypes.html
/usr/share/doc/jing-20091111/doc/xerces.copying.txt
/usr/share/doc/jing-20091111/readme.html
/usr/share/doc/jing-20091111/sample
/usr/share/doc/jing-20091111/sample/datatype
/usr/share/doc/jing-20091111/sample/datatype/build.xml
/usr/share/doc/jing-20091111/sample/datatype/datatype-sample.rng
/usr/share/doc/jing-20091111/sample/datatype/index.html
/usr/share/doc/jing-20091111/sample/datatype/invalid.xml
/usr/share/doc/jing-20091111/sample/datatype/src
/usr/share/doc/jing-20091111/sample/datatype/src/META-INF
/usr/share/doc/jing-20091111/sample/datatype/src/META-INF/services
/usr/share/doc/jing-20091111/sample/datatype/src/META-INF/services/org.relaxng.datatype.DatatypeLibraryFactory
/usr/share/doc/jing-20091111/sample/datatype/src/com
/usr/share/doc/jing-20091111/sample/datatype/src/com/thaiopensource
/usr/share/doc/jing-20091111/sample/datatype/src/com/thaiopensource/datatype
/usr/share/doc/jing-20091111/sample/datatype/src/com/thaiopensource/datatype/sample
/usr/share/doc/jing-20091111/sample/datatype/src/com/thaiopensource/datatype/sample/BalancedString.java
/usr/share/doc/jing-20091111/sample/datatype/src/com/thaiopensource/datatype/sample/SimpleDatatypeLibrary.java
/usr/share/doc/jing-20091111/sample/datatype/valid.xml
/usr/share/java/jing.jar
References
Summary
In this tutorial we learn how to install jing.noarch on Amazon Linux 2 using yum.