How To Install kxml.noarch on Amazon Linux 2

In this tutorial we learn how to install kxml.noarch in Amazon Linux 2. kxml.noarch is Small XML pull parser

Introduction

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

What is kxml.noarch

kXML is a small XML pull parser, specially designed for constrained environments such as Applets, Personal Java or MIDP devices.

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

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

sudo yum -y install kxml.noarch

How To Uninstall kxml.noarch on Amazon Linux 2

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

sudo yum remove kxml.noarch

kxml.noarch Package Contents on Amazon Linux 2

/usr/share/doc/kxml-2.3.0
/usr/share/doc/kxml-2.3.0/license.txt
/usr/share/java/kxml-min.jar
/usr/share/java/kxml.jar
/usr/share/maven-fragments/kxml
/usr/share/maven-poms/JPP-kxml.pom

References

Summary

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