How To Install ant-testutil.noarch on Amazon Linux 2
In this tutorial we learn how to install ant-testutil.noarch in Amazon Linux 2. ant-testutil.noarch is Test utility classes for ant
Introduction
In this tutorial we learn how to install ant-testutil.noarch on Amazon Linux 2.
What is ant-testutil.noarch
Test utility tasks for ant.
We can use yum to install ant-testutil.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install ant-testutil.noarch.
Install ant-testutil.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 ant-testutil.noarch using yum by running the following command:
sudo yum -y install ant-testutil.noarch
How To Uninstall ant-testutil.noarch on Amazon Linux 2
To uninstall only the ant-testutil.noarch package we can use the following command:
sudo yum remove ant-testutil.noarch
ant-testutil.noarch Package Contents on Amazon Linux 2
/etc/ant.d/testutil
/usr/share/ant/lib/ant-testutil.jar
/usr/share/java/ant/ant-testutil.jar
/usr/share/maven-fragments/ant-testutil
/usr/share/maven-poms/JPP.ant-ant-testutil.pom
References
Summary
In this tutorial we learn how to install ant-testutil.noarch on Amazon Linux 2 using yum.