How to install autoconf in Ubuntu 11.04?
Asked Answered
F

3

7

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?

Fiddlehead answered 15/8, 2012 at 15:49 Comment(1)
I'm voting to close this question as off-topic because it doesn't relate to any code issue and at the moment applies to a distribution 5 years past end of life.Bruyn
T
-1

It worked for me. Make sure you are updated by running:

sudo apt-get update

This may be the issue.

Thermion answered 15/8, 2012 at 15:52 Comment(0)
N
-1

If have ufw active.

sudo ufw disable
sudo apt-get update
sudo apt-get install autoconf
sudo ufw enable
Nickels answered 14/11, 2015 at 19:38 Comment(1)
Without a clear reason to do this, this is useless and potentially dangerous.Bruyn
G
-2

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

Garv answered 3/12, 2013 at 16:17 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.