Teamviewer on Kali Linux AMR
Hi guys,
I have Kali Linux installed on Raspberry Pi 3. Is there a way to install Teamviewer on it? There is a Raspbian version of Teamviewer: https://pages.teamviewer.com/published/raspberrypi/ but i can't install it. There is a x86/x64 Debian version of Teamviewer but no luck here also...
Best Answer
-
Hi martinii,
Thanks for your post and welcome to the Community!
Currently, Kali linux is not a supported Linux Distribution.
To install TeamViewer on Raspberry PI, make sure to meet the system requirements:
Raspberry Pi 2 or Raspberry Pi 3
(Raspberry Pi 1 and Zero currently not supported)
Raspbian 8.0 Jessie with X-Server or Framebuffer VT
35 MB disk spaceThen, download the software from https://www.teamviewer.com/en/download/linux/#down
loadAdditionalDownloads For installing TeamViewer, we recommend using the graphical installer.
If you prefer to use the command line or if there is no graphical installer available you can use either one of these commands as an administrator:
dpkg -i teamviewer-host_armhf.deb
In case “dpkg” indicates missing dependencies, complete the installation by executing the following command:
apt-get install -f
Hope this helps!
All the best,
Jonathan
5
Answers
-
Hi martinii,
Thanks for your post and welcome to the Community!
Currently, Kali linux is not a supported Linux Distribution.
To install TeamViewer on Raspberry PI, make sure to meet the system requirements:
Raspberry Pi 2 or Raspberry Pi 3
(Raspberry Pi 1 and Zero currently not supported)
Raspbian 8.0 Jessie with X-Server or Framebuffer VT
35 MB disk spaceThen, download the software from https://www.teamviewer.com/en/download/linux/#down
loadAdditionalDownloads For installing TeamViewer, we recommend using the graphical installer.
If you prefer to use the command line or if there is no graphical installer available you can use either one of these commands as an administrator:
dpkg -i teamviewer-host_armhf.deb
In case “dpkg” indicates missing dependencies, complete the installation by executing the following command:
apt-get install -f
Hope this helps!
All the best,
Jonathan
5 -
Hi,
Ok, I installed it and it works well on my RPI3 with Kali Linux. I have another problem: after apt-get update command I get some errors:
W: GPG error: http://downloadeu8.teamviewer.com/linuxrepo/rev13/deb preview Release: The following signatures were invalid: 3C0B2B70069CE81E7522A5B4EF423EF772DB573C
W: The repository 'http://linux.teamviewer.com/deb preview Release' is not signed.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
W: GPG error: http://downloadeu9.teamviewer.com/linuxrepo/rev13/deb stable Release: The following signatures were invalid: 3C0B2B70069CE81E7522A5B4EF423EF772DB573C
W: The repository 'http://linux.teamviewer.com/deb stable Release' is not signed.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.Before I tried to update I set default teamviewer repository by teamviewer repo default.
0 -
how did you get it to work?
0 -
Yeah, I can't get it installed either. $ sudo dpkg -i teamviewer-host_15.5.3_armhf.deb dpkg: error processing archive teamviewer-host_15.5.3_armhf.deb (--install): package architecture (armhf) does not match system (armel) Errors were encountered while processing: teamviewer-host_15.5.3_armhf.deb0
-
@stefanw1337 wrote:
Yeah, I can't get it installed either. $ sudo dpkg -i teamviewer-host_15.5.3_armhf.deb dpkg: error processing archive teamviewer-host_15.5.3_armhf.deb (--install): package architecture (armhf) does not match system (armel) Errors were encountered while processing: teamviewer-host_15.5.3_armhf.debLike the output says, your system is an running an armel system, and you are trying to install a package built for armhf systems. See the Debian Wiki entry on Raspberry Pi for a more detailed explanation.
0 -
Subject: Login Screen Glitch After Installation and Configuration
Hi TeamViewer Community,
I recently completed the installation and configuration of TeamViewer on my system without any issues. However, after rebooting my
Raspberry pi 5
, I am encountering a problem with the login screen. Even after entering the correct credentials, the login screen glitches and prompts me to re-enter my credentials. This issue seems to loop indefinitely.Has anyone experienced a similar issue, and if so, could you provide guidance on how to resolve it? Any suggestions or troubleshooting steps would be greatly appreciated.
Thank you!
0