How to Install and Uninstall autoconf.noarch Package on Rocky Linux 9

Last updated: September 28,2024

1. Install "autoconf.noarch" package

Here is a brief guide to show you how to install autoconf.noarch on Rocky Linux 9

$ sudo dnf update $ sudo dnf install autoconf.noarch

2. Uninstall "autoconf.noarch" package

Learn how to uninstall autoconf.noarch on Rocky Linux 9:

$ sudo dnf remove autoconf.noarch $ sudo dnf autoremove

3. Information about the autoconf.noarch package on Rocky Linux 9

Last metadata expiration check: 1:17:51 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : autoconf
Version : 2.69
Release : 38.el9
Architecture : noarch
Size : 666 k
Source : autoconf-2.69-38.el9.src.rpm
Repository : 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.