How to Install and Uninstall gant Package on Kali Linux

Last updated: April 29,2024

1. Install "gant" package

This tutorial shows how to install gant on Kali Linux

$ sudo apt update $ sudo apt install gant

2. Uninstall "gant" package

Please follow the steps below to uninstall gant on Kali Linux:

$ sudo apt remove gant $ sudo apt autoclean && sudo apt autoremove

3. Information about the gant package on Kali Linux

Package: gant
Version: 1.9.11-8
Installed-Size: 293
Maintainer: Debian Java Maintainers
Architecture: all
Depends: ant, groovy
Recommends: libmaven-ant-tasks-java, maven
Size: 253868
SHA256: abeab94d3f29b2b3aef607b6243b48cc3471676b1dc2ad218c7e81966c915f32
SHA1: fd940019568791c1496ddc0f402015ae2b569f07
MD5sum: 2a43806f258c6e531b6a845eb955899a
Description: Groovy build framework based on scripting Ant tasks
Gant is a build tool for scripting Ant tasks using Groovy instead of
XML to specify the build logic. A Gant build specification is a
Groovy script and so can bring all the power of Groovy to bear
directly, something not possible with Ant scripts. Whilst it might be
seen as a competitor to Ant, Gant uses Ant tasks for many of the
actions, so Gant is really an alternative way of doing builds using
Ant, but using a programming language rather than XML to specify the
build rules.
Description-md5:
Homepage: https://github.com/Gant/Gant
Section: devel
Priority: optional
Filename: pool/main/g/gant/gant_1.9.11-8_all.deb