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

Last updated: May 16,2024

1. Install "gant" package

This guide covers the steps necessary to install gant on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install gant

2. Uninstall "gant" package

This guide covers the steps necessary to uninstall gant on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: gant
Priority: optional
Section: universe/devel
Installed-Size: 288
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Version: 1.9.11-2
Depends: ant, groovy2
Recommends: libmaven-ant-tasks-java, maven
Filename: pool/universe/g/gant/gant_1.9.11-2_all.deb
Size: 241294
MD5sum: 4348d39565e7d8234bb0fe3589a851a6
SHA1: 6876d95e53cc1a71dd28920ce97f6fd41f7ebb66
SHA256: 2bc3fd826dcc7657ebe038079904461d58c7d77c6baadd02bf3a95d0909cc909
Description-en: 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: 0c08ee805ee1d36ed84cfcc98afa6a8d
Homepage: http://gant.github.io
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu