How To Install xpp3.noarch on Amazon Linux 2

In this tutorial we learn how to install xpp3.noarch in Amazon Linux 2. xpp3.noarch is XML Pull Parser

Introduction

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

What is xpp3.noarch

XML Pull Parser 3rd Edition (XPP3) MXP1 is an XmlPull parsing engine that is based on ideas from XPP and in particular XPP2 but completely revised and rewritten to take best advantage of latest JIT JVMs such as Hotspot in JDK 1.4.

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

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

sudo yum -y install xpp3.noarch

How To Uninstall xpp3.noarch on Amazon Linux 2

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

sudo yum remove xpp3.noarch

xpp3.noarch Package Contents on Amazon Linux 2

/usr/share/doc/xpp3-1.1.3.8
/usr/share/doc/xpp3-1.1.3.8/ABOUT.txt
/usr/share/doc/xpp3-1.1.3.8/LICENSE.txt
/usr/share/doc/xpp3-1.1.3.8/README.html
/usr/share/doc/xpp3-1.1.3.8/THANKS.txt
/usr/share/doc/xpp3-1.1.3.8/TODO.html
/usr/share/doc/xpp3-1.1.3.8/acknowledgement
/usr/share/doc/xpp3-1.1.3.8/acknowledgement/LICENSE.jaxen.txt
/usr/share/doc/xpp3-1.1.3.8/acknowledgement/LICENSE.saxpath.txt
/usr/share/doc/xpp3-1.1.3.8/acknowledgement/LICENSE.txt
/usr/share/doc/xpp3-1.1.3.8/api
/usr/share/doc/xpp3-1.1.3.8/api/allclasses-frame.html
/usr/share/doc/xpp3-1.1.3.8/api/allclasses-noframe.html
/usr/share/doc/xpp3-1.1.3.8/api/constant-values.html
/usr/share/doc/xpp3-1.1.3.8/api/deprecated-list.html
/usr/share/doc/xpp3-1.1.3.8/api/help-doc.html
/usr/share/doc/xpp3-1.1.3.8/api/index-all.html
/usr/share/doc/xpp3-1.1.3.8/api/index.html
/usr/share/doc/xpp3-1.1.3.8/api/org
/usr/share/doc/xpp3-1.1.3.8/api/org/xmlpull
/usr/share/doc/xpp3-1.1.3.8/api/org/xmlpull/v1
/usr/share/doc/xpp3-1.1.3.8/api/org/xmlpull/v1/XmlPullParser.html
/usr/share/doc/xpp3-1.1.3.8/api/org/xmlpull/v1/XmlPullParserException.html
/usr/share/doc/xpp3-1.1.3.8/api/org/xmlpull/v1/XmlPullParserFactory.html
/usr/share/doc/xpp3-1.1.3.8/api/org/xmlpull/v1/XmlSerializer.html
/usr/share/doc/xpp3-1.1.3.8/api/org/xmlpull/v1/class-use
/usr/share/doc/xpp3-1.1.3.8/api/org/xmlpull/v1/class-use/XmlPullParser.html
/usr/share/doc/xpp3-1.1.3.8/api/org/xmlpull/v1/class-use/XmlPullParserException.html
/usr/share/doc/xpp3-1.1.3.8/api/org/xmlpull/v1/class-use/XmlPullParserFactory.html
/usr/share/doc/xpp3-1.1.3.8/api/org/xmlpull/v1/class-use/XmlSerializer.html
/usr/share/doc/xpp3-1.1.3.8/api/org/xmlpull/v1/package-frame.html
/usr/share/doc/xpp3-1.1.3.8/api/org/xmlpull/v1/package-summary.html
/usr/share/doc/xpp3-1.1.3.8/api/org/xmlpull/v1/package-tree.html
/usr/share/doc/xpp3-1.1.3.8/api/org/xmlpull/v1/package-use.html
/usr/share/doc/xpp3-1.1.3.8/api/overview-tree.html
/usr/share/doc/xpp3-1.1.3.8/api/package-list
/usr/share/doc/xpp3-1.1.3.8/api/resources
/usr/share/doc/xpp3-1.1.3.8/api/resources/background.gif
/usr/share/doc/xpp3-1.1.3.8/api/resources/tab.gif
/usr/share/doc/xpp3-1.1.3.8/api/resources/titlebar.gif
/usr/share/doc/xpp3-1.1.3.8/api/resources/titlebar_end.gif
/usr/share/doc/xpp3-1.1.3.8/api/serialized-form.html
/usr/share/doc/xpp3-1.1.3.8/api/stylesheet.css
/usr/share/doc/xpp3-1.1.3.8/build.txt
/usr/share/doc/xpp3-1.1.3.8/changes.html
/usr/share/doc/xpp3-1.1.3.8/faq.html
/usr/share/doc/xpp3-1.1.3.8/xb1_user_guide.html
/usr/share/java/xpp3-xpath.jar
/usr/share/java/xpp3.jar
/usr/share/maven-fragments/xpp3
/usr/share/maven-poms/JPP-xpp3-xpath.pom
/usr/share/maven-poms/JPP-xpp3.pom

References

Summary

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