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

Last updated: October 09,2024

1. Install "automake.src" package

This tutorial shows how to install automake.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install automake.src

2. Uninstall "automake.src" package

Here is a brief guide to show you how to uninstall automake.src on Oracle Linux 8:

$ sudo dnf remove automake.src $ sudo dnf autoremove

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

Last metadata expiration check: 4:56:18 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : automake
Version : 1.16.1
Release : 7.el8
Architecture : src
Size : 1.5 M
Source : None
Repository : ol8_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.