Install Teamviewer on Raspberry Pi 3

I own a Raspberry Pi 3. I want to install Teamviewer on it. Can anybody tell me the easiest method to install Teamviewer?

There are different methods for installing Teamviewer on a Raspberry Pi machine. I’m listing the traditional way below.

Steps to Install Teamviewer Raspberry Pi

  1. Run these two commands to ensure that the system is upto date.
    sudo apt-get update
    sudo apt-get upgrade
  2. Download the required package for installing Teamviewer.
    wget https://download.teamviewer.com/download/linux/teamviewer-host_armhf.deb
  3. Install the package.
    sudo dpkg -i teamviewer-host_armhf.deb
  4. Fix the errors.
    sudo apt --fix-broken install
  5. That’s it. You have successfully installed Teamviewer on your Raspberry Pi.
1 Like