How to Install and Uninstall automake.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 08,2024

1. Install "automake.noarch" package

This guide covers the steps necessary to install automake.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install automake.noarch

2. Uninstall "automake.noarch" package

This is a short guide on how to uninstall automake.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove automake.noarch $ sudo dnf autoremove

3. Information about the automake.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 2:04:03 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : automake
Version : 1.16.2
Release : 8.el9
Architecture : noarch
Size : 693 k
Source : automake-1.16.2-8.el9.src.rpm
Repository : ubi-9-appstream-rpms
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.