How to Install and Uninstall groovy Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 12,2024

1. Install "groovy" package

Learn how to install groovy on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install groovy

2. Uninstall "groovy" package

This guide covers the steps necessary to uninstall groovy on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove groovy $ sudo apt autoclean && sudo apt autoremove

3. Information about the groovy package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: groovy
Priority: optional
Section: universe/devel
Installed-Size: 11586
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Version: 2.0.0~beta2+isreally1.8.6-4ubuntu1
Depends: antlr, libasm3-java, libbsf-java, libcommons-cli-java (>= 1.0), libcommons-logging-java (>= 1.0.3), junit4, libmockobjects-java (>= 0.09), libregexp-java (>= 1.2), libservlet2.5-java, libjline-java, libxstream-java, ivy, libjansi-java, default-jre-headless | sun-java6-jre
Suggests: groovy-doc, ant (>= 1.7.1)
Filename: pool/universe/g/groovy/groovy_2.0.0~beta2+isreally1.8.6-4ubuntu1_all.deb
Size: 9729202
MD5sum: 6dd9b5a078ed843607d544b53be08ba9
SHA1: f56ac9450b0163c5677b553e0cd00c33b813b694
SHA256: 3e563319bea78520003f83709efd43cd322a6dd0b120368ce47136015a1888a8
Description-en: Agile dynamic language for the Java Virtual Machine
Groovy is an agile dynamic language for the JVM combining lots of great
features from languages like Python, Ruby and Smalltalk and making them
available to the Java developers using a Java-like syntax.
.
Groovy is designed to help you get things done on the Java platform in a
quicker, more concise and fun way - bringing the power of Python and Ruby
inside the Java platform.
.
Groovy can be used as an alternative compiler to javac to generate
standard Java bytecode to be used by any Java project or it can be used
dynamically as an alternative language such as for scripting Java objects,
templating or writing unit test cases.
Description-md5: 722015325f3e393c005ff78ae5b6eed4
Homepage: http://groovy.codehaus.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu