How to Install and Uninstall automake.noarch Package on Amazon Linux 2

Last updated: July 01,2024

1. Install "automake.noarch" package

Please follow the guidance below to install automake.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install automake.noarch

2. Uninstall "automake.noarch" package

Please follow the steps below to uninstall automake.noarch on Amazon Linux 2:

$ sudo yum remove automake.noarch $ sudo yum autoremove

3. Information about the automake.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : automake
Arch : noarch
Version : 1.13.4
Release : 3.1.amzn2
Size : 679 k
Repo : amzn2-core/2/x86_64
Summary : A GNU tool for automatically creating Makefiles
URL : http://www.gnu.org/software/automake/
License : GPLv2+ and GFDL and Public Domain and MIT
Description : Automake is a tool for automatically generating `Makefile.in'
: files compliant with the GNU Coding Standards.
:
: You should install Automake if you are developing software and
: would like to use its ability to automatically generate GNU
: standard Makefiles.