Teamviewer 12 for Raspberry Pi
I have a Teamviewer 12 liscence and don't want to upgrade to 13. Unfortunately, I can only find a v13 for Linux Teamviewer Host for Raspbian. This means the only way I can remote into it is via iOS, since I can't update my PCs to v13. Does v12 not exist for Linux Teamviewer Host for Rasbian?
Comments
-
Hi @TampaLegalCopie,
Thanks for posting.
TeamViewer IoT agent is supported only for TeamViewer v13 unfortunately.
0 -
I have ran in to a similar issue,
I have had teamview 12 host installed on my 3 Raspberry pie's
I am no longer able to access the one I had to run an sudo apt-get update upgrade on.
Since it got the newest version 13 on the updgrade. I would need to downgrade to version 12 again is that impossible?
0 -
Here is the link to the version 12 for raspberry (armhf)
Open up your teminal as root
wget http://download.teamviewer.com/download/linux/version_11x/teamviewer-host_armhf.deb
apt update
apt install ./teamviewer-host_armhf.deb
Or you can even do by this way once downloaded the package using wget
dpkg -t teamviewer-host_armhf.deb
apt-get install .-f
If you need, you can download the Teamviewer 12 version for your PC, you know, actually it's the stablest
wget https://dl.tvcdn.de/download/version_12x/teamviewer_12.0.90041_i386.deb
dpkg --add-architecture i386
apt update
apt install ./teamviewer_12.0.90041_i386.deb
Or you can even do by this way once downloaded the package using wget
dpkg --add-architecture i386
dpkg -i teamviewer_12.0.90041_i386.deb
apt install -f
Hope this helped , Enjoy yourself
1