Certifique-se de baixar a versão Multiarch de 32 bits / 64 bits.
Esta é a primeira vez que uso este fórum e sou relativamente novo no Ubuntu. Eu instalei o TeamViewer em outra máquina rodando 12.04 sem problemas. Eu tenho os mesmos erros que o OP neste post: 'TeamViewer depende de (...)' ao tentar instalar o TeamViewer
Eu segui as instruções dadas, mas fiquei com o seguinte erro:
julian@antec300:~$ sudo apt-get install --fix-missing
[sudo] password for julian:
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these.
The following packages have unmet dependencies:
teamviewer : Depends: libc6-i386 (>= 2.4) but it is not installed
Depends: lib32asound2 but it is not installable
Depends: lib32z1 but it is not installed
Depends: ia32-libs but it is not installable
E: Unmet dependencies. Try using -f.
Eu fiz o seguinte:
sudo apt-get -f install
e depois
sudo apt-get install libc6-i386 lib32asound2 lib32z1 ia32-libs
para o qual recebo o seguinte erro:
sudo apt-get install libc6-i386 lib32asound2 lib32z1 ia32-libs
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package ia32-libs is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
lib32z1 lib32ncurses5 lib32bz2-1.0
Package lib32asound2 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'lib32asound2' has no installation candidate
E: Package 'ia32-libs' has no installation candidate
também tentou instalar o .deb com
sudo dpkg -i teamviewer_linux_x64.deb
dpkg --add-architecture i386
apt-get update
Quaisquer pensamentos mais bem-vindos
Primeira versão do visualizador de equipe de exclusão que você tem !!
Certifique-se de fazer o download do visualizador da equipe em http: //download.teamviewer.com/download/teamviewer_linux.deb'> aqui !!!
depois instale o pacote usando o sudo dpkg -i '../ SEU_FILE_PATH / teamviewer_linux.deb'
se algum erro de dependência: Tente executar o sudo apt-get update Então tente o sudo apt-get -f install !!!
Espero que isso ajude.