How To Install txw2.noarch on Amazon Linux 2
In this tutorial we learn how to install txw2.noarch in Amazon Linux 2. txw2.noarch is Typed XML writer for Java
Introduction
In this tutorial we learn how to install txw2.noarch on Amazon Linux 2.
What is txw2.noarch
Typed XML writer for Java.
We can use yum to install txw2.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install txw2.noarch.
Install txw2.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 txw2.noarch using yum by running the following command:
sudo yum -y install txw2.noarch
How To Uninstall txw2.noarch on Amazon Linux 2
To uninstall only the txw2.noarch package we can use the following command:
sudo yum remove txw2.noarch
txw2.noarch Package Contents on Amazon Linux 2
/usr/share/doc/txw2-20110809
/usr/share/doc/txw2-20110809/license.txt
/usr/share/java/txw2.jar
/usr/share/java/txwc2.jar
/usr/share/maven-fragments/txw2
/usr/share/maven-poms/JPP-txw2-project.pom
/usr/share/maven-poms/JPP-txw2.pom
/usr/share/maven-poms/JPP-txwc2.pom
References
Summary
In this tutorial we learn how to install txw2.noarch on Amazon Linux 2 using yum.