How to Install and Uninstall autoconf.noarch Package on CentOS Stream 8

Last updated: May 19,2024

1. Install "autoconf.noarch" package

This is a short guide on how to install autoconf.noarch on CentOS Stream 8

$ sudo dnf update $ sudo dnf install autoconf.noarch

2. Uninstall "autoconf.noarch" package

Please follow the instructions below to uninstall autoconf.noarch on CentOS Stream 8:

$ sudo dnf remove autoconf.noarch $ sudo dnf autoremove

3. Information about the autoconf.noarch package on CentOS Stream 8

Last metadata expiration check: 1:57:50 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : autoconf
Version : 2.69
Release : 29.el8
Architecture : noarch
Size : 710 k
Source : autoconf-2.69-29.el8.src.rpm
Repository : appstream
Summary : A GNU tool for automatically configuring source code
URL : http://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.