Não é possível instalar o Skype (erro “Unmet dependencies”) [duplicado]

7

Tentando instalar o Skype no Ubuntu 12, enfrentei e emiti. Quando eu digito:

sudo apt-get update
sudo apt-get install skype

Eu recebo um erro

Reading package lists... Done
Building dependency tree       
Reading state information... Done
skype is already the newest version.
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
 skype : Depends: lib32stdc++6 (>= 4.1.1-21) but it is not going to be installed
         Depends: lib32asound2 (> 1.0.14) but it is not going to be installed
         Depends: ia32-libs but it is not going to be installed
         Depends: libc6-i386 (>= 2.7-1) but it is not going to be installed
         Depends: lib32gcc1 (>= 1:4.1.1-21+ia32.libs.1.19) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

Como resolvo isso? É assim que estou usando o caminho certo para instalar o skype?

UPDATE: se eu tentar fazer

sudo apt-get install lib32stdc++6 lib32asound2 ia32-libs libc6-i386 lib32gcc1 skype

então eu pego

Reading package lists... Done
Building dependency tree       
Reading state information... Done
skype is already the newest version.
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
 ia32-libs : Depends: ia32-libs-multiarch
 lib32asound2 : Depends: libasound2 (= 1.0.25-1ubuntu10)
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
    
por Alex Malex 28.07.2012 / 19:02

6 respostas

5

Suas dependências são quebradas mesmo que o skype esteja instalado. execute este comando:

sudo apt-get install -f

Isso deve ajudar a corrigir as dependências quebradas

    
por UbuntuHusker 13.11.2012 / 01:16
1

Use apenas sudo apt-get install -f para instalar.

    
por whiskers75 28.07.2012 / 19:23
0

de acordo com os erros listados, o Skype já está instalado , os erros acima são de dependência.

Você precisa instalar o ia32-libs-multiarch em

sudo apt-get install ia32-libs-multiarch 

tente o método do seu método

    
por atenz 28.07.2012 / 19:50
0

Talvez digite:

sudo apt-get install lib32stdc++6 lib32asound2 ia32-libs libc6-i386 lib32gcc1 skype

EDITAR Tente digitar:

sudo apt-get install -f skype
    
por hingev 28.07.2012 / 19:03
0

Isso fará o truque:)

sudo apt-add-repository "deb http://archive.canonical.com/ $(lsb_release -sc) partner"
sudo apt-get update && sudo apt-get install skype

Encontrado em: link

    
por Dario Nuxor 12.05.2013 / 00:02
0

Sou novo. Tente instalar UBUNTU TWEAK .

Espero que ajude.

    
por Shaharil Ahmad 12.05.2013 / 10:38