How to install autoconf in Ubuntu 11.04?

Viewed 11541

When I'm trying to install autoconf in Ubuntu 11.04 by the following command

sudo apt-get install autoconf

This error comes

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

How to remove this error and install it?

3 Answers

Enable check boxes in software sources tab(under system setting )

Related