skype não instalando [duplicado]

0

O Skype não está instalando no meu Ubuntu.

sudo apt-get install skype
giving following output.

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: ia32-libs (>= 20080808) but it is not going to be installed
W: Duplicate sources.list entry http://archive.canonical.com/ubuntu/ maverick/partner amd64 Packages (/var/lib/apt/lists/archive.canonical.com_ubuntu_dists_maverick_partner_binary-amd64_Packages)
W: You may want to run apt-get update to correct these problems
E: Unable to correct problems, you have held broken packages.

por favor ajude

    
por user179437 29.07.2013 / 16:31

2 respostas

2

Executar

sudo apt-get update

e novamente:

sudo apt-get install skype
    
por Private 29.07.2013 / 16:42
0

Parece que você está tentando instalar um pacote de 32 bits em uma máquina de 64 bits. As ia32-libs permitem instalar 32 bits em 64 bits. Digite "ia32" no Softwarecenter e instale os pacotes. Depois tente novamente instalar o Skype. Ou tente reinstalar o ia32-libs, se você já tiver instalado. Ou faça o download do pacote de 64 bits, se estiver disponível.

    
por kleinempfaenger 29.07.2013 / 17:12