< Home - < Back

automake15


Information about the package, automake15, which is shipped with common Linux distributions. The automake15 package is designed for, A GNU tool for automatically creating Makefiles.


Package Name:

automake15

Summary:

A GNU tool for automatically creating Makefiles

Description:

Automake is a tool for automatically generating `Makefile.in' files compliant with the GNU Coding Standards. This package contains Automake 1.5, an older version of Automake. You should install it if you need to run automake in a project that has not yet been updated to work with newer versions of Automake.

Architecture:

noarch

Version:

1.5

Release:

27.el6.1

Size:

262 k

Repository:

base

From Repository:

Licence:

GPLv2+



Handy Yum Commands for automake15


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


Command

Description of Command

yum install automake15

This command will install automake15 on the server.

yum remove automake15

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

yum -y remove automake15

This command will un-install automake15 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 automake15 when using the -y flag.

yum update automake15

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

yum -y update automake15

This command will update automake15 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 automake15 when using the -y flag.

yum info automake15

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

yum deplist automake15

This command will show you the dependencies for automake15. 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 automake15

This command will check if there is an update waiting on automake15. 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.