Teamviewer on Kali Linux AMR

martinii
martinii Posts: 2 ✭✭

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

Answers

  • martinii
    martinii Posts: 2 ✭✭

    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.

  • how did you get it to work?

  • 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.deb
  • QPG
    QPG Posts: 23 ✭✭

    @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.deb

    Like 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.