Only i386 architecture is downloaded for Debian
gothedufranca
Posts: 2
in Linux only
Hi there!
I've tried to download TeamViewer for my Debian Jessie 64 bits.
In the download page says that your download is multiarchitecture, but I only get the right version changing the download link from "i386" to "amd64".
Please, fix it.
0
Comments
-
Dear gothedufranca,
Thank you for your post.
What we mean by 64-Bit Multiarch is that your 64-bit distribution must have multi-arch installed.
To verify this run the following command:
dpkg --print-foreign-architectures
The output will display the architectures installed on your system.
To add the i386 architecture to your system please run:
dpkg --add-architecture i386
sudo apt-get updateOnce you have this architecture setup, you're able to install TeamViewer.
However, I will forward your suggestion to the respective channel.
Hope this solution works for you.
Best regards,
Christian
Did my reply answer your question? Accept it as a solution to help others, Thanks.0