How to Install and Uninstall automake.noarch Package on CentOS 7 / RHEL 7

Last updated: April 24,2024

1. Install "automake.noarch" package

Please follow the step by step instructions below to install automake.noarch on CentOS 7 / RHEL 7

$ sudo yum makecache $ sudo yum install automake.noarch

2. Uninstall "automake.noarch" package

Learn how to uninstall automake.noarch on CentOS 7 / RHEL 7:

$ sudo yum remove automake.noarch $ sudo yum autoremove

3. Information about the automake.noarch package on CentOS 7 / RHEL 7

Installed Packages
Name : automake
Arch : noarch
Version : 1.13.4
Release : 3.el7
Size : 1.7 M
Repo : installed
From repo : base
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.