How to Install and Uninstall automake Package on Kali Linux

Last updated: May 03,2024

1. Install "automake" package

Please follow the guidance below to install automake on Kali Linux

$ sudo apt update $ sudo apt install automake

2. Uninstall "automake" package

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

$ sudo apt remove automake $ sudo apt autoclean && sudo apt autoremove

3. Information about the automake package on Kali Linux

Package: automake
Source: automake-1.16
Version: 1:1.16.5-1.3
Installed-Size: 1837
Maintainer: Eric Dorland
Architecture: all
Provides: automake-1.16, automaken
Depends: autoconf, autotools-dev
Suggests: autoconf-doc, gnu-standards
Size: 822960
SHA256: f9a5758d87b5389bf2dbb00cc9c48e0cf59bb0ac842c5ce25d41e4bfa3f2f962
SHA1: e41be3327e467a91db461851e72028b75ca59999
MD5sum: 09d47e289c506a7c7f3290f3550c5eca
Description: Tool for generating GNU Standards-compliant Makefiles
Automake is a tool for automatically generating `Makefile.in's from
files called `Makefile.am'.
.
The goal of Automake is to remove the burden of Makefile maintenance
from the back of the individual GNU maintainer (and put it on the back
of the Automake maintainer).
.
The `Makefile.am' is basically a series of `make' macro definitions
(with rules being thrown in occasionally). The generated
`Makefile.in's are compliant with the GNU Makefile standards.
.
Automake 1.16 fails to work in a number of situations that Automake
1.11, and 1.15 did, so some previous versions are available as separate
packages.
Description-md5:
Multi-Arch: foreign
Homepage: https://www.gnu.org/software/automake/
Tag: devel::buildtools, implemented-in::TODO, interface::commandline,
role::program, scope::utility, suite::gnu, use::configuring
Section: devel
Priority: optional
Filename: pool/main/a/automake-1.16/automake_1.16.5-1.3_all.deb