How to Install and Uninstall autoconf.src Package on Oracle Linux 9
Last updated: November 29,2024
1. Install "autoconf.src" package
Please follow the guidance below to install autoconf.src on Oracle Linux 9
$
sudo dnf update
Copied
$
sudo dnf install
autoconf.src
Copied
2. Uninstall "autoconf.src" package
This tutorial shows how to uninstall autoconf.src on Oracle Linux 9:
$
sudo dnf remove
autoconf.src
Copied
$
sudo dnf autoremove
Copied
3. Information about the autoconf.src package on Oracle Linux 9
Last metadata expiration check: 0:06:05 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : autoconf
Version : 2.69
Release : 38.el9
Architecture : src
Size : 1.2 M
Source : None
Repository : ol9_appstream
Summary : A GNU tool for automatically configuring source code
URL : https://www.gnu.org/software/autoconf/
License : GPLv2+ and GFDL
Description : GNU's Autoconf is a tool for configuring source code and Makefiles.
: Using Autoconf, programmers can create portable and configurable
: packages, since the person building the package is allowed to
: specify various configuration options.
:
: You should install Autoconf if you are developing software and
: would like to create shell scripts that configure your source code
: packages. If you are installing Autoconf, you will also need to
: install the GNU m4 package.
:
: Note that the Autoconf package is not required for the end-user who
: may be configuring software with an Autoconf-generated script;
: Autoconf is only required for the generation of the scripts, not
: their use.
Available Packages
Name : autoconf
Version : 2.69
Release : 38.el9
Architecture : src
Size : 1.2 M
Source : None
Repository : ol9_appstream
Summary : A GNU tool for automatically configuring source code
URL : https://www.gnu.org/software/autoconf/
License : GPLv2+ and GFDL
Description : GNU's Autoconf is a tool for configuring source code and Makefiles.
: Using Autoconf, programmers can create portable and configurable
: packages, since the person building the package is allowed to
: specify various configuration options.
:
: You should install Autoconf if you are developing software and
: would like to create shell scripts that configure your source code
: packages. If you are installing Autoconf, you will also need to
: install the GNU m4 package.
:
: Note that the Autoconf package is not required for the end-user who
: may be configuring software with an Autoconf-generated script;
: Autoconf is only required for the generation of the scripts, not
: their use.