Estou usando o Ubuntu Desktop 12.04 (64 bits).
Baixei o skype do site oficial e abri o pacote deb do terminal ( sudo dpkg -i skype-ubuntu-precise_4.1.0.20-1_i386.deb
), mas a instalação não foi concluída com sucesso.
Agora, o que quer que eu tente instalar, recebo o seguinte erro:
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
skype:i386 : Depends: libssl1.0.0:i386 but it is not going to be installed
Conflicts: skype-bin
Conflicts: skype-bin:i386 but 4.1.0.20.0-0ubuntu0.12.04.1 is to be installed
skype-bin:i386 : Breaks: skype:i386 (< 4.1.0.20.0-0ubuntu0.12.04.1) but 4.1.0.20-1 is to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
Claro que tentei executar o apt-get -f install, mas quando o fiz, obtive a seguinte saída:
...
After this operation, 36.7 MB disk space will be freed.
Do you want to continue [Y/n]? y
dpkg: dependency problems prevent configuration of skype:i386:
skype:i386 depends on libssl1.0.0.
skype-bin:i386 (4.1.0.20.0-0ubuntu0.12.04.1) breaks skype (<< 4.1.0.20.0-0ubuntu0.12.04.1) and is installed.
Version of skype:i386 to be configured is 4.1.0.20-1.
dpkg: error processing skype:i386 (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
skype:i386
E: Sub-process /usr/bin/dpkg returned an error code (1)
Você também pode ver a saída de dpkg --list
aqui
Eu também tentei executar sudo apt-get remove skype-bin
, mas novamente ele falha com erro semelhante.
O que devo fazer para corrigir este problema?