Desde há algumas semanas, estou tentando instalar o Skype no meu computador. Imaginei que seria uma tarefa direta, mas está se tornando um pesadelo.
O que tentei até agora:
Instalando a partir da linha de comando com o apt
O mais fácil e o mais provável é que alguém tente:
sudo apt-get install skype
Mas eu recebo isso infelizmente:
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.
Se eu tentar sudo apt-get intall skype-bin
, obtenho:
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-bin:i386 :
Depends: libqt4-dbus:i386 (>= 4:4.5.3) but it is not going to be installed
Depends: libqt4-network:i386 (>= 4:4.8.0) but it is not going to be installed
Depends: libqt4-xml:i386 (>= 4:4.5.3) but it is not going to be installed
Depends: libqtcore4:i386 (>= 4:4.7.0~beta1) but it is not going to be installed
Depends: libqtgui4:i386 (>= 4:4.8.0) but it is not going to be installed
Depends: libqtwebkit4:i386 (>= 2.2~2011week36) but it is not going to be installed
Recommends: sni-qt:i386 but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
Depois disso, tentei usar comandos como sudo apt-get clean
, sudo apt-get update
, sudo apt-get autoclean
e sudo apt-get -f install
, entre outros, para corrigir qualquer problema com a dependência de pacotes, mas foi completamente malsucedido.
Eu segui as instruções explicadas aqui ( Como instalo o Skype? ) mas também não funciona.
Instalando do Centro de Software
Se eu tentar instalar a partir do Centro de Software, recebo exatamente o mesmo erro do que executar sudo apt-get install skype
do terminal.
Instalando com o Ubuntu Tweak
Falha também, recebo o seguinte erro:
skype: Depends: skype-bin, but it is a virtual package.
Instalando com o Synaptic
Eu também segui as instruções descritas aqui:
community.skype.com/t5 / Linux / Não é possível instalar-devido a dependências não atendidas-Skype-bin / m-p / 1339650 / destaque / verdadeiro # M3329
Grande parte do mesmo, também não funciona.
Instalando o Skype oficial .deb
Depois de baixar skype-ubuntu-accurate_4.1.0.20-1_i386.deb de link Tentei instalá-lo através do Centro de Software, mas ele mostra o seguinte erro:
Não é possível instalar o 'lbqt4-dbus: i386'
Tentando corrigir o apt
Eu tentei corrigir qualquer possível problema com pacotes seguindo este post ( Como Eu resolvo dependências não satisfeitas depois de adicionar um PPA? , mas não funcionou.
Seguindo as instruções da Ajuda do Ubuntu
Se eu tentar seguir as instruções explicadas no link , tenho problemas ao executar sudo dpkg --add-architecture i386
, recebo o seguinte :
dpkg: error: unknown option --add-architecture
Eu também tentei outras abordagens seguindo outros posts e soluções que encontrei, mas nada disso funcionou para mim. Neste momento estou completamente perdido e não sei o que mais posso fazer. Espero que alguém possa encontrar alguma solução.
Este é o conteúdo da minha sources.list, apenas no caso:
# deb cdrom:[Ubuntu 12.04.2 LTS _Precise Pangolin_ - Release amd64 (20130213)]/ dists/precise/main/binary-i386/
# deb cdrom:[Ubuntu 12.04.2 LTS _Precise Pangolin_ - Release amd64 (20130213)]/ dists/precise/restricted/binary-i386/
# deb cdrom:[Ubuntu 12.04.2 LTS _Precise Pangolin_ - Release amd64 (20130213)]/ precise main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://archive.ubuntu.com/ubuntu precise main restricted
## Major bug fix updates produced after the final release of the
## distribution.
deb http://archive.ubuntu.com/ubuntu precise-updates main restricted
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://archive.ubuntu.com/ubuntu precise universe
deb http://archive.ubuntu.com/ubuntu precise-updates universe
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://archive.ubuntu.com/ubuntu precise multiverse
deb http://archive.ubuntu.com/ubuntu precise-updates multiverse
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://archive.ubuntu.com/ubuntu precise-security main restricted
deb http://archive.ubuntu.com/ubuntu precise-security universe
deb http://archive.ubuntu.com/ubuntu precise-security multiverse
## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
deb http://archive.canonical.com/ubuntu precise partner
deb-src http://archive.canonical.com/ubuntu precise partner
## This software is not part of Ubuntu, but is offered by third-party
## developers who want to ship their latest software.
# deb http://extras.ubuntu.com/ubuntu precise main
# deb-src http://extras.ubuntu.com/ubuntu precise main
deb http://archive.canonical.com/ precise partner
deb-src http://archive.canonical.com/ precise partner