How to Install and Uninstall ant-antunit.noarch Package on Amazon Linux 2

Last updated: May 01,2024

1. Install "ant-antunit.noarch" package

Please follow the step by step instructions below to install ant-antunit.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install ant-antunit.noarch

2. Uninstall "ant-antunit.noarch" package

Here is a brief guide to show you how to uninstall ant-antunit.noarch on Amazon Linux 2:

$ sudo yum remove ant-antunit.noarch $ sudo yum autoremove

3. Information about the ant-antunit.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : ant-antunit
Arch : noarch
Version : 1.2
Release : 10.amzn2
Size : 61 k
Repo : amzn2-core/2/x86_64
Summary : Provide antunit ant task
URL : http://ant.apache.org/antlibs/antunit/
License : ASL 2.0
Description : The task drives the tests much like does for
: JUnit tests.
:
: When called on a build file, the task will start a new Ant project
: for that build file and scan for targets with names that start
: with "test". For each such target it then will:
:
: 1. Execute the target named setUp, if there is one.
: 2. Execute the target itself - if this target depends on other
: targets the
: normal Ant rules apply and the dependent targets are
: executed first. 3. Execute the target names tearDown, if
: there is one.