|
Apt failing after install on ubuntu
Hi everyone, I have been on this merry go round a couple of times.
The problem is somehow IPV6 and firefox related (though how I am not sure)
1. open your firefox browser and in the URL window type "about:config" (without the quotes). this shows all the options for firefox.
2. scroll down the list and find the entry "network.dns.disableIPv6"
3. Change the boolean value from false to TRUE.
You should now be able to APT away merrily. This has worked for me on 3 separate occaisions with Ubuntu breezy and Dapper.
I found this fix on the mozilla Firefox website.
The other option is to ping the repository prior to issueing an apt command, but it is a very tiresome process.
Also, go to your sources.list file and comment out the entry for the install CD. This will stop APT looking to it first before checking repos.
Hope this helps!
Last edited by Hunza; 07-19-2006 at 11:23 AM..
|