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

Last updated: July 07,2024

1. Install "groovy-doc" package

This guide covers the steps necessary to install groovy-doc on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install groovy-doc

2. Uninstall "groovy-doc" package

Please follow the steps below to uninstall groovy-doc on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: groovy-doc
Priority: optional
Section: universe/doc
Installed-Size: 77861
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Source: groovy
Version: 2.0.0~beta2+isreally1.8.6-4ubuntu1
Suggests: groovy
Filename: pool/universe/g/groovy/groovy-doc_2.0.0~beta2+isreally1.8.6-4ubuntu1_all.deb
Size: 2445042
MD5sum: c0949aba8ae0683f35219e9d3428dfae
SHA1: 7656f35cfd7f46cb54dc7af4f4cc71a587b48420
SHA256: 137b7ab6ffb23461416712f383f359869da5a8f72baa29f1b2bea4f3637dc2d1
Description-en: Agile dynamic language for the Java Virtual Machine (documentation)
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.
.
This package includes the Groovy API javadocs, and examples.
Description-md5: 711cfc7b2963e0fd15f0a229342ad565
Homepage: http://groovy.codehaus.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu