Não é possível instalar o Skype no Ubuntu 16.04 64 bits [duplicado]

0

Atualmente, estou usando o Ubuntu 16.04 e não consegui instalar o Skype, apesar de inúmeras tentativas.

Eu tentei usar os seguintes comandos:

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

e obteve o seguinte:

X:~$ sudo add-apt-repository "deb http://archive.canonical.com/   $(lsb_release -sc) partner"
[sudo] password for X: 
X:~$ sudo apt-get install
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages were automatically installed and are no longer required:
  linux-headers-4.4.0-31 linux-headers-4.4.0-31-generic linux-headers-4.4.0-64
  linux-headers-4.4.0-64-generic linux-headers-4.4.0-66
  linux-headers-4.4.0-66-generic linux-headers-4.4.0-70
  linux-headers-4.4.0-70-generic linux-image-4.4.0-31-generic
  linux-image-4.4.0-64-generic linux-image-4.4.0-66-generic
  linux-image-4.4.0-70-generic linux-image-extra-4.4.0-31-generic
  linux-image-extra-4.4.0-64-generic linux-image-extra-4.4.0-66-generic
  linux-image-extra-4.4.0-70-generic
Use 'sudo apt autoremove' to remove them.
0 to upgrade, 0 to newly install, 0 to remove and 0 not to upgrade.
X:~$ 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.

Então eu tentei os seguintes comandos:

sudo apt-get remove skype skype-bin:i386 skype:i386
sudo apt-get install sni-qt:i386
rm -rf ~/.Skype
sudo dpkg --add-architecture i386
sudo apt-get update

e obtivemos estes resultados:

sudo apt-get remove skype skype-bin:i386 skype:i386
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package 'skype' is not installed, so not removed
Package 'skype:i386' is not installed, so not removed
Package 'skype-bin:i386' is not installed, so not removed
The following packages were automatically installed and are no longer required:
  linux-headers-4.4.0-31 linux-headers-4.4.0-31-generic linux-headers-4.4.0-64
  linux-headers-4.4.0-64-generic linux-headers-4.4.0-66
  linux-headers-4.4.0-66-generic linux-headers-4.4.0-70
  linux-headers-4.4.0-70-generic linux-image-4.4.0-31-generic
  linux-image-4.4.0-64-generic linux-image-4.4.0-66-generic
  linux-image-4.4.0-70-generic linux-image-extra-4.4.0-31-generic
  linux-image-extra-4.4.0-64-generic linux-image-extra-4.4.0-66-generic
  linux-image-extra-4.4.0-70-generic
Use 'sudo apt autoremove' to remove them.
0 to upgrade, 0 to newly install, 0 to remove and 0 not to upgrade.
X:~$ sudo apt-get install sni-qt:i386
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.
 sni-qt:i386 : Depends: libqtcore4:i386 (>= 4:4.7.3-1ubuntu3~) but it is not going to be installed
               Depends: libdbusmenu-qt2:i386 but it is not going to be installed
               Depends: libqt4-dbus:i386 (>= 4:4.6.1) but it is not going to be installed
               Depends: libqtgui4:i386 (>= 4:4.8.6+git64-g5dc8b2b+dfsg) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
    
por user678722 16.04.2017 / 09:32

1 resposta

0

Você está, por acaso, usando os Xorg edgers ppa ?

Eu tive um problema semelhante com mensagens de erro semelhantes e as dependências não atendidas foram devidas a alguns pacotes mais novos instalados a partir do edgers ppa.

Como eu realmente não o usei, apenas o removi com sudo ppa-purge ppa:xorg-edgers/ppa .

O VLC Media Player foi outro programa que se recusou a instalar o tiwh que esse ppa adicionou.

    
por Roberts Gotlaufs 16.04.2017 / 10:02