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

Last updated: May 03,2024

1. Install "automake" package

Please follow the instructions below to install automake on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install automake

2. Uninstall "automake" package

Please follow the guidelines below to uninstall automake on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: automake
Priority: optional
Section: devel
Installed-Size: 1493
Maintainer: Ubuntu Developers
Original-Maintainer: Eric Dorland
Architecture: all
Source: automake-1.15
Version: 1:1.15-4ubuntu1
Provides: automake-1.15, automaken
Depends: autoconf (>= 2.65), autotools-dev (>= 20020320.1)
Suggests: autoconf-doc, gnu-standards
Conflicts: automake (<< 1:1.4-p5-1), automake1.10-doc, automake1.5 (<< 1.5-2), automake1.6 (<< 1.6.1-4)
Filename: pool/main/a/automake-1.15/automake_1.15-4ubuntu1_all.deb
Size: 509892
MD5sum: 4f01fc4b752b28ee208b30221097049c
SHA1: bee0098bcfcc031d3379b2975934eac3f6b333fb
SHA256: d751ccfc07111b34fdd07795689771625d07f28c2769e6f06d4e473500039641
Description-en: 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.15 fails to work in a number of situations that Automake
1.4, 1.6, 1.7, 1.8, 1.9, 1.10, 1.11 and 1.14 did, so previous versions are
available as separate packages.
Description-md5: 12127f5bccf4c38c80c33e34f12556eb
Multi-Arch: foreign
Homepage: https://www.gnu.org/software/automake/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 5y
Task: ubuntu-sdk-libs-tools, ubuntu-sdk