如何在Ubuntu 11.04中安装autoconf?

use*_*000 7 ubuntu ubuntu-11.04

当我尝试通过以下命令在Ubuntu 11.04中安装autoconf时

sudo apt-get install autoconf
Run Code Online (Sandbox Code Playgroud)

这个错误来了

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)

如何删除此错误并安装它?

mjg*_*py3 -1

这对我有用。通过运行以下命令确保您已更新:

sudo apt-get update
Run Code Online (Sandbox Code Playgroud)

这可能就是问题所在。