How to install tool tools in linux, how to install autotools series tools in linux?

autotools is a series of tools, including the following programs:

aclocal

autoscan

autoconf

auto header

automake

To install, execute the following command:

lin@lenovo:~$ sudo apt-get install autoconf

Reading package list... done

Analyzing the package's dependency tree

Reading status information... Done

E: Unable to find package autoscan

The following additional packages will be installed:

automake autotools-dev m4

Recommended packages to install

autoconf2.13 autobook autoconf-archive gnu-standards autoconf-doc libtool

gettext

The following [NEW] packages will be installed

autoconf automake autotools-dev m4

A total of 0 software packages have been upgraded, 4 software packages have been newly installed, 0 software packages have to be uninstalled, and 28 software packages have not been upgraded.

A 1315kB package needs to be downloaded.

After decompression, 4366kB of additional space is consumed.

Do you wish to proceed? [Y/n] Enter Y to continue

After installation, use the which command to view

as follows:

lin@lenovo:~$ which aclocal

/usr/bin/aclocal

lin@lenovo:~$ which autoscan

/usr/bin/autoscan

lin@lenovo:~$ which autoconf

/usr/bin/autoconf

lin@lenovo:~$ which auto header

lin@lenovo:~$ automake

automake: `configure.ac' or `configure.in' is required

lin@lenovo:~$ which automake

/usr/bin/automake

Cancel

Comment

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=324063135&siteId=291194637