How to Install Apache Ant on Ubuntu 18.04 and 16.04

 

Apache Ant is a Java library and apparatus that has number of implicit errands permitting to incorporate, amass, test and run Java applications. In case you will be creating Java applications, you may require Apache Ant to help computerize the procedure.

In this post, We will install Apache Ant using ubutnu 16.04 and 18.04

Install Dependencies

You need to install all required dependencies by following the command.

$ sudo apt-get update && sudo apt-get install openjdk-8-doc openjdk-8-jre-lib openjdk-8-jdk -y

Install Apache Ant

To install Apache Ant, You need to use the following command.

$ sudo apt-get update && $ sudo apt-get install ant -y

After installation Ant, You need to verify the Ant version for that use the given command.

$ ant -version

How to Install Apache Ant on Ubuntu 18.04 and 16.04

Leave a Reply

Your email address will not be published. Required fields are marked *

Scroll to top