eu tenho instalar skype mas não está lançando

-1
dpkg: considering removing skype-bin in favour of skype ...
dpkg: no, cannot proceed with removal of skype-bin (--auto-deconfigure will help):
 skype depends on skype-bin
  skype-bin is to be removed.

dpkg: regarding skype-ubuntu-precise_4.3.0.37-1_i386.deb containing skype:
 skype conflicts with skype-bin
  skype-bin (version 4.3.0.37-0ubuntu0.12.04.1) is present and installed.

dpkg: error processing archive skype-ubuntu-precise_4.3.0.37-1_i386.deb (--install):
 conflicting packages - not installing skype
Errors were encountered while processing:
 skype-ubuntu-precise_4.3.0.37-1_i386.deb
    
por salman user299402 29.08.2014 / 14:23

1 resposta

3

Tente isso, ( link original )

Etapa 1: remover a versão anterior.

sudo apt-get remove skype skype-bin:i386 skype:i386
sudo apt-get install sni-qt:i386

Etapa 2: instalar o Skype.

Para sistemas operacionais de 32 bits:

sudo apt-get update
sudo apt-get install gdebi
wget download.skype.com/linux/skype-ubuntu-precise_4.3.0.37-1_i386.deb
sudo gdebi skype-ubuntu-precise_4.3.0.37-1_i386.deb

Para sistema operacional de 64 bits:

sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install gdebi
wget download.skype.com/linux/skype-ubuntu-precise_4.3.0.37-1_i386.deb
sudo gdebi skype-ubuntu-precise_4.3.0.37-1_i386.deb

É importante se você instalou uma versão antiga do Skype no seu Ubuntu, Limpar a antiga pasta do Skype. Então, claro que usando:

cd ~ && rm -r .Skype
    
por Patrick Stratil 29.08.2014 / 15:43