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

Last updated: May 12,2024

1. Install "gradle" package

Please follow the instructions below to install gradle on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install gradle

2. Uninstall "gradle" package

Please follow the guidance below to uninstall gradle on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove gradle $ sudo apt autoclean && sudo apt autoremove

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

Package: gradle
Priority: optional
Section: universe/java
Installed-Size: 827
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Version: 2.10-1
Replaces: libgradle-core-java (<< 1.12)
Depends: default-jre-headless (>= 1:1.6) | java7-runtime-headless | java6-runtime-headless, libgradle-core-java (>= 2.10-1), libgradle-plugins-java (>= 2.10-1)
Suggests: default-jre
Breaks: libgradle-core-java (<< 1.12)
Filename: pool/universe/g/gradle/gradle_2.10-1_all.deb
Size: 632318
MD5sum: 5e699e937ebe0611cb0f57615d8537c2
SHA1: f78451c4bdfbbd81d1d372aa1cb53df65feebd6c
SHA256: 275a84d01de77f879a69edc2d6a1b81d4f21ad8ad4848de658575f6102af63cb
Description-en: Powerful build system for the JVM
Gradle is a build tool with a focus on build automation and support for
multi-language development. If you are building, testing, publishing, and
deploying software on any platform, Gradle offers a flexible model that can
support the entire development lifecycle from compiling and packaging code to
publishing web sites. Gradle has been designed to support build automation
across multiple languages and platforms including Java, Scala, Android, C/C++,
and Groovy, and is closely integrated with development tools and continuous
integration servers including Eclipse, IntelliJ, and Jenkins.
.
Gradle has an GUI interface by using "gradle --gui". If you want to use it,
default-jre must be installed to provide GUI functionalities.
Description-md5: e0340e92dedd4edd0f146fd408a7e65d
Homepage: http://gradle.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu