How to Install and Uninstall automake.src Package on Oracle Linux 9

Last updated: October 07,2024

1. Install "automake.src" package

This is a short guide on how to install automake.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install automake.src

2. Uninstall "automake.src" package

This guide covers the steps necessary to uninstall automake.src on Oracle Linux 9:

$ sudo dnf remove automake.src $ sudo dnf autoremove

3. Information about the automake.src package on Oracle Linux 9

Last metadata expiration check: 3:34:03 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : automake
Version : 1.16.2
Release : 8.el9
Architecture : src
Size : 1.5 M
Source : None
Repository : ol9_appstream
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.