PDA

View Full Version : [ubuntu] Package manager unable to download, Internet is working



jackson_vkh
June 9th, 2008, 02:41 AM
Hi!

My internet connection is working fine. However every time I try to update or install something I get a message saying:

Could not download all required files Please check your internet connection or installation medium.

Any ideas?

Pumalite
June 9th, 2008, 02:44 AM
sudo apt-get --configure -a
Post the output

jackson_vkh
June 9th, 2008, 02:49 AM
jason@homebench:~$ sudo apt-get --configure -a
E: Command line option --configure is not understood
jason@homebench:~$ sudo apt-get -configure -a
E: Opening configuration file onfigure - ifstream::ifstream (2 No such file or directory)

Pumalite
June 9th, 2008, 02:54 AM
Sorry.
sudo dpkg --configure -a

jackson_vkh
June 9th, 2008, 03:19 PM
Thanks for the quick replies. It turns out my problem was the Canadian mirror is down. I switched over to the main repository and Bob's your unlce. Thanks for the help!