我需要安装 Tesseract,需要安装 autoconf automake libtool,但是我收到如下错误:
sahu@sahu-desktop:/$ sudo apt-get install autoconf
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package autoconf is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'autoconf' has no installation candidate
Run Code Online (Sandbox Code Playgroud)
所以请帮助我。
Anw*_*war 49
确保您已启用所有必要的存储库。在站点上执行“如何启用存储库”搜索。启用存储库后,打开终端并使用这些命令安装 autoconf
sudo apt-get update
sudo apt-get install autoconf
Run Code Online (Sandbox Code Playgroud)
您的错误消息表明,您已禁用存储库。
Autoconf 是一个 GPLv2 许可的宏包,它生成一个 shell 脚本“configure”来为项目生成 Makefile 和配置头。Autoconf 生成的配置脚本是独立的,因此项目的用户不需要 Autoconf、M4 或 perl 来运行 configure。1
要下载最新版本,请单击此处,有关如何安装的说明,请单击此处。
您需要提取 Autoconf、构建它并安装 Autoconf(必须是 root 用户)
另一种方法是从 Ubuntu 软件中心安装,
另外,要下载并安装,请单击下图。
您也可以关注安瓦尔的回答。
1来源: Autoconf
归档时间: |
|
查看次数: |
185208 次 |
最近记录: |