How to Install and Uninstall autoconf213 Package on openSUSE Leap

Last updated: May 15,2024

1. Install "autoconf213" package

Please follow the instructions below to install autoconf213 on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install autoconf213

2. Uninstall "autoconf213" package

This is a short guide on how to uninstall autoconf213 on openSUSE Leap:

$ sudo zypper remove autoconf213

3. Information about the autoconf213 package on openSUSE Leap

Information for package autoconf213:
------------------------------------
Repository : Main Repository
Name : autoconf213
Version : 2.13-1.25
Arch : noarch
Vendor : SUSE LLC
Installed Size : 639.0 KiB
Installed : No
Status : not installed
Source package : autoconf213-2.13-1.25.src
Upstream URL : http://www.gnu.org/software/autoconf
Summary : A GNU Tool for Automatically Configuring Source Code
Description :
GNU Autoconf is a tool for configuring source code and makefiles. Using
autoconf, programmers can create portable and configurable packages,
because 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 to configure your source code packages.
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.