Installing teamviewer on linaro arm64
Hello
I am trying to install teamviwer 12.0.78 on a small pc with an ArmV8cortex53 processor, runing an debian based distro (linaro), but i can´t find a way to do it. I already tried the multi architecture with i3386 and armhf and fail to get several dependencies. Is possible to get a installer for this architecture or some instructions to do it ?
Thanks
Pedro Peixoto
Comments
-
Any ideas ?
0 -
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_11x/teamviewer-host_armhf.deb
sudo dpkg -i teamviewer-host_armhf.deb
0 -
Sorry there is a newer version:
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
0 -
Dear Telefind,
I am a team coleague of Pedro Peixoto. I tried exaclaty what you posted, unfortunately after the last instruction appears the following error message:
"dpkg: error processing archive teamviewer-host_12.1.83885_armhf.deb (--install):
package architecture (armhf) does not match system (arm64)
Errors were encountered while processing:
teamviewer-host_12.1.83885_armhf.deb"This is a important issue to us. So additionall help will be very appreciatted.
Best regards,
Rafael Costa
0 -
What is the exact hardware?
0 -
Dear Telefind,
I am using the following board: DragonBoard 410c Development Board. Please referer to the link below. This board is based on the 64-bit capable Snapdragon 410E processor.
https://developer.qualcomm.com/hardware/dragonboard-410c
Best regards,
Rafael Costa
0