How to Install and Uninstall ant Package on Kali Linux

Last updated: May 03,2024

1. Install "ant" package

Please follow the steps below to install ant on Kali Linux

$ sudo apt update $ sudo apt install ant

2. Uninstall "ant" package

This is a short guide on how to uninstall ant on Kali Linux:

$ sudo apt remove ant $ sudo apt autoclean && sudo apt autoremove

3. Information about the ant package on Kali Linux

Package: ant
Version: 1.10.14-1
Installed-Size: 2386
Maintainer: Debian Java Maintainers
Architecture: all
Depends: default-jre-headless (>= 2:1.8) | java8-runtime-headless
Recommends: ant-optional
Suggests: ant-doc, default-jdk | java-compiler | java-sdk
Size: 2161620
SHA256: 5b72dbc7c262dd360b6e8cd4c2207cc7c82ee8413093e4b2101f2e19fe974ee7
SHA1: 127574486fefe036a7ee67c64ffacd1c225d6b45
MD5sum: 5803cdaa907ab4379556444efbeab1ee
Description: Java based build tool like make
Apache Ant is a Java library and command-line tool whose mission is to drive
processes described in build files as targets and extension points dependent
upon each other. The main known usage of Ant is the build of Java applications.
Ant supplies a number of built-in tasks allowing to compile, assemble, test
and run Java applications. Ant can also be used effectively to build non Java
applications, for instance C or C++ applications. More generally, Ant can be
used to pilot any type of process which can be described in terms of targets
and tasks.
.
This package contains the scripts and the core tasks libraries.
Description-md5:
Multi-Arch: foreign
Homepage: http://ant.apache.org
Tag: devel::buildtools, implemented-in::java, implemented-in::perl,
implemented-in::shell, interface::commandline, role::program,
scope::utility, works-with-format::xml, works-with::software:source
Section: java
Priority: optional
Filename: pool/main/a/ant/ant_1.10.14-1_all.deb