How to Install and Uninstall automake1.11 Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 19,2024

1. Install "automake1.11" package

Please follow the steps below to install automake1.11 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install automake1.11

2. Uninstall "automake1.11" package

This is a short guide on how to uninstall automake1.11 on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove automake1.11 $ sudo apt autoclean && sudo apt autoremove

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

Package: automake1.11
Priority: optional
Section: universe/devel
Installed-Size: 1504
Maintainer: Ubuntu Developers
Original-Maintainer: Eric Dorland
Architecture: all
Version: 1:1.11.6-3
Replaces: automake (<< 1:1.11.6-2~)
Provides: automaken
Depends: autoconf (>= 2.62), autotools-dev (>= 20020320.1)
Conflicts: automake (<< 1:1.11.6-2~), automake1.10-doc, automake1.5 (<< 1.5-2), automake1.6 (<< 1.6.1-4)
Filename: pool/universe/a/automake1.11/automake1.11_1.11.6-3_all.deb
Size: 508472
MD5sum: 2f92fc7399c0dfee551fecccf7069e30
SHA1: 75a904ef9173c63fbf3b074c7643a764c7173e51
SHA256: a8acc0339761d30aedf16bd8f6772ffe2e13462204c018244b5eec92464f1259
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.11 fails to work in a number of situations that Automake
1.4, 1.6, 1.7, 1.8, 1.9 and 1.10 did, so has been renamed so that the
previous version can continue to be made available.
Description-md5: 325adcd2e2a33d77efe3948d260d2fad
Multi-Arch: foreign
Homepage: http://www.gnu.org/software/automake/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu