I installed (partially) TeamViewer but the installation did not complete because dependency errors. Teamviewer depends on ia32-libs which depends on ia32-libs-i386. The dependency tree can get quite long.
I tried running sudo apt-get install -f
to no avail. Please if anyone has tips on installation help me.
As suggested the output of sudo apt-get install -f
is
More problems to get a complete view of this problem. I tried this dpkg --add-architecture i386
but dpkg says
dpkg: error: unknown option --add-architecture
so might the problem be with dpkg?
sudo apt-get install -f
exactly say at the moment? – Vadim Peretokin Sep 08 '13 at 08:40cat /etc/apt/sources.list /etc/apt/sources.list.d/*.list
,apt-cache depends teamviewer
andsudo apt-get check
? – Braiam Sep 12 '13 at 12:37