[arm-allstar] Installing teamviewer on hamvoip allstar
Richard Bateman
richard at batemansr.us
Thu Jun 14 16:03:29 EST 2018
Hi,
I recently learned that you can use teamviewer on a linux machine to access
the console -- including a raspberry pi. There were a few gotchas
installing it on my hamvoip controller, so I thought I'd share the tricks
in case anyone else is trying to do so.
-----------
# First install the dependencies
# you need root access for any of these commands! prepend sudo if needed
pacman -S fontconfig libsm libxinerama libxrender libxtst qt5-x11extras
qt5-webkit qt5-quickcontrols qt5-declarative qt5-quickcontrols
#The arch packages don't install them where teamviewer expects, so fix that
with:
ln -s /usr/lib/qt /usr/lib/qt5
# Go to https://www.teamviewer.com/en/download/linux/ to find the latest in
"other systems" for "armv7 32bit"
wget
https://download.teamviewer.com/download/linux/teamviewer-host_armhf.tar.xz
tar xvf teamviewer-host_armhf.tar.xz
cd teamviewer
./tv-setup install
-----
This should install teamviewer; it'll ask you questions, answer them as you
see fit. Once installed you can find your teamviewer id by running
"teamviewer info". You can set a password with "teamviewer password abc123"
(replace abc123 with your password).
IF you have a teamviewer account you can add it to that account with
"teamviewer setup"
Other teamviewer commands can be found with "teamviewer help"
Hope that helps someone!
Richard
KD7BBC
More information about the arm-allstar
mailing list