apt-get install autoconf

~# apt-get install autoconf
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
libopts25 libuuid-perl linux-base
Use ‘apt-get autoremove‘ to remove them.
The following extra packages will be installed:
m4
Suggested packages:
autoconf2.13 autoconf-archive gnu-standards autoconf-doc libtool
Recommended packages:
automake automaken
The following NEW packages will be installed:
autoconf m4
0 upgraded, 2 newly installed, 0 to remove and 21 not upgraded.
Need to get 849 kB of archives.
After this operation, 2333 kB of additional disk space will be used.
Do you want to continue [Y/n]? y
Get:1 http://cdn.debian.net/debian/ wheezy/main m4 amd64 1.4.16-3 [260 kB]
Get:2 http://cdn.debian.net/debian/ wheezy/main autoconf all 2.69-1 [589 kB]
Fetched 849 kB in 2s (292 kB/s)
[master d26e487] saving uncommitted changes in /etc prior to apt run
1 file changed, 1 insertion(+), 1 deletion(-)
debconf: delaying package configuration, since apt-utils is not installed
Selecting previously unselected package m4.
(Reading database ... 36493 files and directories currently installed.)
Unpacking m4 (from .../archives/m4_1.4.16-3_amd64.deb) ...
Selecting previously unselected package autoconf.
Unpacking autoconf (from .../autoconf_2.69-1_all.deb) ...
Processing triggers for man-db ...
Setting up m4 (1.4.16-3) ...
Setting up autoconf (2.69-1) ...
[master cf55972] committing changes in /etc after apt run
2 files changed, 20 insertions(+)
create mode 100644 emacs/site-start.d/50autoconf.el
Counting objects: 1251, done.
Delta compression using up to 2 threads.
Compressing objects: 100% (748/748), done.
Writing objects: 100% (1251/1251), done.
Total 1251 (delta 106), reused 1236 (delta 100)

时间: 2024-08-28 09:58:05

apt-get install autoconf的相关文章

Deepin 15.11 安装软件出现“您也许需要运行“apt --fix-broken install”来修正上面的错误

解决方案: #sudo apt --fix-broken install -y 原文地址:https://www.cnblogs.com/xlpc/p/12317000.html

解决ubuntu使用命令sudo apt -get install 安装东西时出现"E: Sub-process /usr/bin/dpkg returned an error code (1) "的错误

问题描述: 今天在使用命令 "sudo apt-get install python3-pip"安装时,总是出现如下图这样的错误,开始以为是以为自己python版本的问题,后来发现无论装什么东西都会出现,这样的错误,错误展示: 解决方案: 进入如下目录: cd /var/lib/dpkg 删除下面这个文件: sudo mv info info.baksudo 重新创建这个文件: sudo mkdir info 如下图所示: 再次安装: (1)安装pip3: sudo apt-get i

GEN configure /bin/sh: 1: autoconf: not found

1.git编译安装 make configure 2.提示没有make sudo apt install make 4../confiture prefix=/path/   #prefix制定安装路径 报错信息有如下几种 git 安装时报错 1 解决1:sudo apt-get install autoconf 问题2: configure: Setting lib to 'lib' (the default) configure: Will try -pthread then -lpthre

mariadb install on Ubuntu 16.04.1 LTS

最近在尝试基于Ubuntu 16.04.1 LTS server 部署openstack ,在部署的过程中遇到mariadb 无法正常链接. 问题 参照openstack 官方文档安装mariadb,安装后遇到无法在本地登录的问题 $mysql -u root -p $mysql -h localhost -u root -p 报错如下 mysql (mariadb) ERROR 1698 (28000): Access denied for user 'root'@'localhost' 但使

Cannot find autoconf. Please check your autoconf installation

运行/usr/local/webserver/php/bin/phpize时出现:Configuring for:PHP Api Version:         20041225Zend Module Api No:      20060613Zend Extension Api No:   220060519Cannot find autoconf. Please check your autoconf installation and the$PHP_AUTOCONF environmen

Mac下安装MacProt,并GNU autotools的安装和使用 autoconf,automake

1 MacPort的下载:http://www.macports.org/install.php, 需要安装xCode支持macport 2 安装MacPorts 与其他Mac的软件的安装方式相同,挂载dmg后,打开pkg,按照引导一步步next,然后没有drag到Application的动作. (注:这一步骤非常慢.有的网友说是断了网就好了,如果这样的话,或许是在更新一些多余信息.) 3 然后将/opt/local/bin和/opt/local/sbin添加到$PATH搜索路径中  编辑/et

Install mcrypt for php on Mac OSX 10.10 Yosemite for a Development Server

mcrypt is a file encryption method using secure techniques to exchange data. It is required for some web apps for example Magento, the shopping cart software or a php framework like Laravel. This tutorial has been tested in OSX 10.10 Yosemite. This g

Install MongoDB driver for PHP on XAMPP for Mac OSX

试了不少方法,最后还是这个最有效. [转自:http://thatsimplecode.com/install-mongodb-driver-for-php-on-xampp-for-mac-osx] You need to have the following installed in your Mac: MongoDB XAMPP for Mac OSX Homebrew Package Manager Type the following in your terminal : brew i

HOWTO install Oracle 11g on Ubuntu Linux 12.04 (Precise Pangolin) 64bits

安装了Ubuntu 12.04 64bit, 想在上面安装Oracle 11gr2,网上找了好多文档都没成功,最后完全参考了MordicusEtCubitus的文章. 成功安装的关键点:install additional packages, 在link过程中处理错误的方法. 原文:http://www.makina-corpus.org/blog/howto-install-oracle-11g-ubuntu-linux-1204-precise-pangolin-64bits Before