Ative os repositórios de Parceiros da Canonical através das Configurações do Sistema > Atualização de Software > Outro Software recarrega as fontes e depois instala o skype através do seu centro de software.
Acabei de instalar o Ubuntu 14.04.1 no meu computador:
mohsen@Bob:~$ uname -a
Linux Bob 3.19.0-33-generic #38~14.04.1-Ubuntu SMP Fri Nov 6
18:17:28 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
Mas não consigo instalar o Skype nele. Eu estou recebendo o seguinte erro. Eu suponho que estou perdendo algumas dependências.
mohsen@Bob:~$ 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:
libgl1-mesa-glx : Depends: libudev1 but it is not going to be installed or
libudev0 but it is not installable
skype : Depends: skype-bin
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
Eu tentei seguir os passos no seguinte link:
mas quando eu digito
sudo apt-get install sni-qt:i386
Eu recebo o seguinte erro:
mohsen@Bob:~$ 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
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
mohsen@Bob:~$ 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: libc6:i386 (>= 2.2) but it is not going to be installed
Depends: libdbusmenu-qt2:i386 (>= 0.3.2) but it is not going to be installed
Depends: libgcc1:i386 (>= 1:4.1.1) 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: libqtcore4:i386 (>= 4:4.7.3-1ubuntu3~) but it is not going to be installed
Depends: libqtgui4:i386 (>= 4:4.7.3) but it is not going to be installed
Depends: libstdc++6:i386 (>= 4.1.1) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
Alguma idéia de por que isso está acontecendo? Como posso instalar o skype?
Ative os repositórios de Parceiros da Canonical através das Configurações do Sistema > Atualização de Software > Outro Software recarrega as fontes e depois instala o skype através do seu centro de software.
Execute estes comandos:
sudo dpkg --add-architecture i386
sudo apt-get update
Isso deve possibilitar a instalação dos pacotes de 32 bits, que o Skype exige.
Faça o download do Skype:
wget http://download.skype.com/linux/skype-ubuntu-precise_4.3.0.37-1_i386.deb
E, em seguida, instale-o:
sudo dpkg -i skype-ubuntu-precise_4.3.0.37-1_i386.deb
Tags skype