Installing TeamViewer on Raspberry Pi

Open the terminal on Raspberry Pi.
  1. update your Raspberry Pi.
sudo apt-get update
sudo apt-get upgrade
2. Download the file to install TeamViewer.
wget https://download.teamviewer.com/download/linux/teamviewer-host_armhf.deb
3. When it is downloaded
sudo dpkg -i teamviewer-host_armhf.deb
4. When the file is installing you will get some error messages, don’t worry write:
sudo apt-get -f install
Thats it. Now TeamViewer should be running on your Raspberry Pi, as standard it starts automatically every time your Pi starts.
teamviewer help
for more details. If your TeamViewer won’t connect to your Pi when you don’t have a screen attached.
  1. Åpen raspberry pi config file.
sudo nano /boot/config.txt
2. Use the arrows and go to the end of the file and add this text.
#Always force HDMI output and enable HDMI sound
hdmi_force_hotplug=1
hdmi_drive=2
3. save with CTRL + O 4. Quit with CTRL + X 5. Reboot. Problem solved

Author: finnterje

Leave a Reply

Your email address will not be published. Required fields are marked *