How To Install wsdl4j.noarch on Amazon Linux 2
Introduction
In this tutorial we learn how to install wsdl4j.noarch on Amazon Linux 2.
What is wsdl4j.noarch
Web Services Description Language Toolkit for Java http CPL The Web Services Description Language for Java Toolkit (WSDL4J) allows the creation, representation, and manipulation of WSDL documents describing services. This code base will eventually serve as a reference implementation of the standard created by JSR110.
We can use yum to install wsdl4j.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install wsdl4j.noarch.
Install wsdl4j.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 wsdl4j.noarch using yum by running the following command:
sudo yum -y install wsdl4j.noarch
How To Uninstall wsdl4j.noarch on Amazon Linux 2
To uninstall only the wsdl4j.noarch package we can use the following command:
sudo yum remove wsdl4j.noarch
wsdl4j.noarch Package Contents on Amazon Linux 2
/usr/share/doc/wsdl4j-1.6.3
/usr/share/doc/wsdl4j-1.6.3/license.html
/usr/share/java/qname.jar
/usr/share/java/wsdl4j.jar
/usr/share/maven-fragments/wsdl4j
/usr/share/maven-poms/JPP-wsdl4j.pom
References
Summary
In this tutorial we learn how to install wsdl4j.noarch on Amazon Linux 2 using yum.