How to Install and Uninstall gradle Package on Kali Linux

Last updated: May 12,2024

1. Install "gradle" package

Please follow the steps below to install gradle on Kali Linux

$ sudo apt update $ sudo apt install gradle

2. Uninstall "gradle" package

Learn how to uninstall gradle on Kali Linux:

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

3. Information about the gradle package on Kali Linux

Package: gradle
Version: 4.4.1-20
Installed-Size: 509
Maintainer: Debian Java Maintainers
Architecture: all
Replaces: libgradle-core-java (<< 1.12)
Depends: default-jre-headless (>= 2:1.8) | java8-runtime-headless, libgradle-core-java (>= 4.4.1-20), libgradle-plugins-java (>= 4.4.1-20)
Suggests: gradle-doc
Breaks: gradle-debian-helper (<< 2.0~), libgradle-core-java (<< 1.12)
Size: 397712
SHA256: f20d07b216977ea770736e1b07432c963357a4ee6b58b2eabaf38abe8bff3480
SHA1: 6cbc99d5676ad41f549c25c1011d832d6abcf958
MD5sum: 02bc0bd0dd28400a6c8eec3b6a61a827
Description: 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.
Description-md5:
Homepage: https://gradle.org
Section: java
Priority: optional
Filename: pool/main/g/gradle/gradle_4.4.1-20_all.deb