1

I just did a fresh install of Ubuntu 14.04 64-bit, and it seems that most major packages I attempt to install (among them being Skype, Steam/Steam-Launcher, WINE, etc.), give an "unmet dependencies" error and refuse to install.

I have looked at several other questions of a similar description (many duplicates) but none of the solutions worked and I have not yet found someone with this specific issue.

Installing Skype:

stere0123@stere0123-THINKPAD-U14:~$ sudo apt-get install skype
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 skype : Depends: skype-bin
E: Unable to correct problems, you have held broken packages.
stere0123@stere0123-THINKPAD-U14:~$ 

I get similar errors with some other packages I've tried as well. Any help would be greatly appreciated as this problem is currently crippling this system!

  • Not sure why this was downvoted. Perhaps because you did not mention what you tried to resolve the problem and this is a FAQ. At any rate, I upvoted the question to offset the downvote a tad. – Panther Jul 25 '14 at 17:37

2 Answers2

1

change download server as suggested above:

Open your source.list using your favorite text editor, ie

sudo nano /etc/apt/sources.list locate http://us.archive.ubuntu.com/ubuntu and replace it with http://archive.ubuntu.com/ubuntu

0

sudo apt-get -f install

It will solve you'r problem.

see this question and thia there are lot of question on this topic.

smali
  • 574
  • 1
  • 7
  • 17