无法通过终端 ubuntu 16.04lts 找到包

无法通过终端 ubuntu 16.04lts 找到包

我想从终端 ubuntu 16.04 lts 安装三个软件包

当我运行命令时sudo apt-get install aclocal

这是我得到的输出...

->

Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package aclocal

我也试过了sudo apt-get updatesudo apt-get upgrade但还是无法安装

我也想安装包 libtoolize、pkgconfig,我认为它们在 automake 中不可用。

我的操作系统有最新版本的 automake,但仍然无法找到 aclocal 包。

我是 ubuntu 新手

谢谢

答案1

本教程有误。请参阅此评论http://www.coders-hub.com/2015/04/start-working-on-linphone-android-part-1.html?showComment=1435013985299#c2524571387228883361

我无法在 ubuntu 14.04 上安装 aclocal 或 libtoolize 或 pkgconfig..你能解释一下如何操作吗?

如果您使用的是 32 位电脑,则无需安装这些软件包。

我敢打赌如果你也使用 64 位系统的话,情况也是如此。因为它们不存在!

但如果你想确定的话,可以尝试:

sudo apt-get install automake
sudo apt-get install libtool
sudo apt-get install pkg-config

答案2

检查你的 etc/apt/sources.list 文件以查找正确的存储库。使用此链接https://repogen.simplylinux.ch/对于存储库

相关内容