< Home - < Back

autoconf213


Information about the package, autoconf213, which is shipped with common Linux distributions. The autoconf213 package is designed for, A GNU tool for automatically configuring source code.


Package Name:

autoconf213

Summary:

A GNU tool for automatically configuring source code

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 you would like to use it to create shell scripts that will 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.

Architecture:

noarch

Version:

2.13

Release:

20.1.el6

Size:

164 k

Repository:

base

From Repository:

Licence:

GPLv2+ and MIT



Handy Yum Commands for autoconf213


Control the autoconf213 package with the following handy commands outlined below.


Command

Description of Command

yum install autoconf213

This command will install autoconf213 on the server.

yum remove autoconf213

This command will un-install autoconf213 on the server. When you run this command, you will be asked if you are sure that you want to remove autoconf213, so you have to manually confirm that you want to do this.

yum -y remove autoconf213

This command will un-install autoconf213 on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove autoconf213 when using the -y flag.

yum update autoconf213

This command will update autoconf213 to the latest version. When you run this command, you will be asked if you are sure that you want to remove autoconf213, so you have to manually confirm that you want to do this.

yum -y update autoconf213

This command will update autoconf213 to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove autoconf213 when using the -y flag.

yum info autoconf213

This command will show you core information about the autoconf213 package.

yum deplist autoconf213

This command will show you the dependencies for autoconf213. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update autoconf213

This command will check if there is an update waiting on autoconf213. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.