How to Install and Uninstall gradle-apt-plugin Package on Kali Linux

Last updated: May 17,2024

1. Install "gradle-apt-plugin" package

This guide let you learn how to install gradle-apt-plugin on Kali Linux

$ sudo apt update $ sudo apt install gradle-apt-plugin

2. Uninstall "gradle-apt-plugin" package

Learn how to uninstall gradle-apt-plugin on Kali Linux:

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

3. Information about the gradle-apt-plugin package on Kali Linux

Package: gradle-apt-plugin
Version: 0.10-1.1
Installed-Size: 104
Maintainer: Debian Java Maintainers
Architecture: all
Size: 77848
SHA256: 20b11dab8c0cef00026e047e86a7a6426a91b6882371e44b47a7d6e8133730e1
SHA1: ef120a534c73d315c938347489fea19e8c6ca169
MD5sum: a07a82e220d429b6528718a2e37ef05f
Description: Gradle plugin to use Java annotation processors
This plugin does a few things to make it easier/safer to use Java annotation
processors in a Gradle build:
.
* it ensures the presence of configurations for your compile-time only
dependencies (annotations, generally) and annotation processors,
consistently across all supported Gradle versions;
* automatically configures the corresponding JavaCompile and GroovyCompile
tasks to make use of these configurations, when the java or groovy plugin
is applied;
* automatically configures IntelliJ IDEA and/or Eclipse when the
net.ltgt.apt-idea or net.ltgt.apt-eclipse plugins are applied.
Description-md5:
Homepage: https://github.com/tbroyer/gradle-apt-plugin
Section: java
Priority: optional
Filename: pool/main/g/gradle-apt-plugin/gradle-apt-plugin_0.10-1.1_all.deb