Unable to install teamviewer

Hello,
I am new to rockpi 4 and to ubuntu Linux.
I managed to install ubuntu desktop mate following the instructions in the radxa wiki.
Now I would like to install TeamViewer.
I either run into a “wrong architecture” error

dpkg --add-architecture i86 does not work.

When I try to install the 32bit version, a dependency problem occurs
(libc6 >>2.17). I tried update and upgrade, but that won’t work either.

Can anybody help?

You seem to try to install an x86 version. You need an ARM64/armhf version to install.

For Debian, try this :

sudo apt-get update

sudo apt-get install libqt5gui5 libqt5qml5 libqt5quick5 libqt5webkit5 libqt5qml5 libqt5core5a qml-module-qtquick-controls qml-module-qtquick2 libqt5widgets5 libqt5x11extras5 qml-module-qtquick-dialogs

wget http://download.teamviewer.com/download/linux/version_12x/teamviewer-host_armhf.deb

sudo dpkg -i teamviewer-host_armhf.deb

1 Like

Thank you. I hat to perform a

dpkg --remove-architecture i86

and

apt-get update

to fix what I had done. After that I could install the armhd version.

Thank you again!

1 Like