How To Install msv-demo.noarch on Amazon Linux 2

In this tutorial we learn how to install msv-demo.noarch in Amazon Linux 2. msv-demo.noarch is Samples for Multi-Schema Validator

Introduction

In this tutorial we learn how to install msv-demo.noarch on Amazon Linux 2.

What is msv-demo.noarch

Samples for Multi-Schema Validator.

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

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

sudo yum -y install msv-demo.noarch

How To Uninstall msv-demo.noarch on Amazon Linux 2

To uninstall only the msv-demo.noarch package we can use the following command:

sudo yum remove msv-demo.noarch

msv-demo.noarch Package Contents on Amazon Linux 2

/usr/share/msv-2013.5.1
/usr/share/msv-2013.5.1/msv
/usr/share/msv-2013.5.1/msv/errorinfo
/usr/share/msv-2013.5.1/msv/errorinfo/ErrorReporter.java
/usr/share/msv-2013.5.1/msv/jarv
/usr/share/msv-2013.5.1/msv/jarv/DOMVerifier.java
/usr/share/msv-2013.5.1/msv/jarv/GrammarCacheDemo.java
/usr/share/msv-2013.5.1/msv/jarv/JARVDemo.java
/usr/share/msv-2013.5.1/msv/jaxp
/usr/share/msv-2013.5.1/msv/jaxp/JAXPWithMSVDemo.java
/usr/share/msv-2013.5.1/msv/psvi
/usr/share/msv-2013.5.1/msv/psvi/PSVIDump.java
/usr/share/msv-2013.5.1/msv/schemaLookup
/usr/share/msv-2013.5.1/msv/schemaLookup/Main.java
/usr/share/msv-2013.5.1/msv/schemaLookup/NamespaceReceiver.java
/usr/share/msv-2013.5.1/msv/schemaLookup/NamespaceScanner.java
/usr/share/msv-2013.5.1/msv/schemaLookup/bar.xsd
/usr/share/msv-2013.5.1/msv/schemaLookup/catalog.cat
/usr/share/msv-2013.5.1/msv/schemaLookup/foo.xsd
/usr/share/msv-2013.5.1/msv/schemaLookup/readme.txt
/usr/share/msv-2013.5.1/msv/schemaLookup/test.xml
/usr/share/msv-2013.5.1/msv/servlet
/usr/share/msv-2013.5.1/msv/servlet/build.xml
/usr/share/msv-2013.5.1/msv/servlet/src
/usr/share/msv-2013.5.1/msv/servlet/src/ValidationServlet.java
/usr/share/msv-2013.5.1/msv/servlet/web
/usr/share/msv-2013.5.1/msv/servlet/web/WEB-INF
/usr/share/msv-2013.5.1/msv/servlet/web/WEB-INF/web.xml
/usr/share/msv-2013.5.1/msv/servlet/web/index.html
/usr/share/msv-2013.5.1/msv/xpathloc
/usr/share/msv-2013.5.1/msv/xpathloc/Main.java
/usr/share/msv-2013.5.1/msv/xpathloc/XPathLocationTracker.java
/usr/share/msv-2013.5.1/xsdlib
/usr/share/msv-2013.5.1/xsdlib/CommandLineTester.java

References

Summary

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