How To Install ws-commons-util.noarch on Amazon Linux 2
In this tutorial we learn how to install ws-commons-util.noarch in Amazon Linux 2. ws-commons-util.noarch is Common utilities from the Apache Web Services Project
Introduction
In this tutorial we learn how to install ws-commons-util.noarch on Amazon Linux 2.
What is ws-commons-util.noarch
This is version 1.0.1 of the common utilities from the Apache Web Services Project.
We can use yum to install ws-commons-util.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install ws-commons-util.noarch.
Install ws-commons-util.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 ws-commons-util.noarch using yum by running the following command:
sudo yum -y install ws-commons-util.noarch
How To Uninstall ws-commons-util.noarch on Amazon Linux 2
To uninstall only the ws-commons-util.noarch package we can use the following command:
sudo yum remove ws-commons-util.noarch
ws-commons-util.noarch Package Contents on Amazon Linux 2
/usr/share/doc/ws-commons-util-1.0.1
/usr/share/doc/ws-commons-util-1.0.1/LICENSE.txt
/usr/share/java/ws-commons-util.jar
/usr/share/maven-effective-poms/JPP-ws-commons-util.pom
/usr/share/maven-fragments/ws-commons-util.xml
/usr/share/maven-poms/JPP-ws-commons-util.pom
References
Summary
In this tutorial we learn how to install ws-commons-util.noarch on Amazon Linux 2 using yum.