- shivani singh
- August 24, 2021
Steps to install Apache Groovy on Ubuntu 20.04
Apache Groovy is a free & open-source object-oriented programming language. It is Java syntax compatible programming language which is used for built java platform. It is easy to use & learn java syntax.
The following steps are given below:
Step 1: Update the System.
apt-get update
Step 2: Install Java.
apt install openjdk-11-jdk
- Check the java version.
java -version
- Here is the command output.
Step 3: Install Apache Groovy.
apt-get install groovy
Step 4: Check the version of Groovy.
groovy -v
- Here is the command output.