How To Install bea-stax.noarch on Amazon Linux 2
In this tutorial we learn how to install bea-stax.noarch in Amazon Linux 2. bea-stax.noarch is Streaming API for XML
Introduction
In this tutorial we learn how to install bea-stax.noarch on Amazon Linux 2.
What is bea-stax.noarch
The Streaming API for XML (StAX) is a groundbreaking new Java API for parsing and writing XML easily and efficiently.
We can use yum to install bea-stax.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install bea-stax.noarch.
Install bea-stax.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 bea-stax.noarch using yum by running the following command:
sudo yum -y install bea-stax.noarch
How To Uninstall bea-stax.noarch on Amazon Linux 2
To uninstall only the bea-stax.noarch package we can use the following command:
sudo yum remove bea-stax.noarch
bea-stax.noarch Package Contents on Amazon Linux 2
/usr/share/doc/bea-stax-1.2.0
/usr/share/doc/bea-stax-1.2.0/ASF2.0.txt
/usr/share/java/bea-stax-ri.jar
/usr/share/java/bea-stax.jar
/usr/share/maven-fragments/bea-stax
/usr/share/maven-poms/JPP-bea-stax.pom
References
Summary
In this tutorial we learn how to install bea-stax.noarch on Amazon Linux 2 using yum.