• Home
  • Ubuntu 18.04
    • Whats New?
    • Upgrade Ubuntu
    • Install Java
    • Install Node.js
    • Install Docker
    • Install Git
    • Install LAMP Stack
  • Tutorials
    • AWS
    • Shell Scripting
    • Docker
    • Git
    • MongoDB
  • Funny Tools
  • FeedBack
  • Submit Article
  • About Us
TecAdmin
Menu
  • Home
  • Ubuntu 18.04
    • Whats New?
    • Upgrade Ubuntu
    • Install Java
    • Install Node.js
    • Install Docker
    • Install Git
    • Install LAMP Stack
  • Tutorials
    • AWS
    • Shell Scripting
    • Docker
    • Git
    • MongoDB
  • Funny Tools
  • FeedBack
  • Submit Article
  • About Us

How to Install TeamViewer on Debian 9

Written by Rahul, Updated on December 15, 2020

TeamViewer is a powerful remote desktop and file sharing application works with most of the operating systems and mobile devices. In order to commercial use of TeamViewer, you have to purchase license. You can use it free for personal use only.

A Debian package is build by the its development team and available for the installation on Ubuntu and Debian systems. The package an be downloaded from TeamViewer website without any cost.

This tutorial described you to how to install TeamViewer on Debian 9 (Stretch) Linux system.

Prerequisites

  • A running Debian 9 system with desktop access.
  • Sudo privileged account access.

Install TeamViewer on Debian 9

First of all, download the latest aavailable version of TeamViewer Deabian packages from its official download page. At the writing time of this tutorial, TeamViwer 15 is the latest available version to download and install on Ubuntu systems.

  1. Download TeamViewer Package – Download the latest verson of TeamViewer Debian package. It is available at TeamViewer for Linux download page. You can also download it via the Linux command line.
    wget https://download.teamviewer.com/download/linux/teamviewer_amd64.deb 
    
  2. Installi YeamViewer – Use default Debian package installer (dpkg) to install Team packages. In case dpkg failed with missing dependencies, use apt-get to complete TeamViewer installation on Ubuntu system including all the required dependencies.
    sudo dpkg -i teamviewer_amd64.deb 
    sudo apt -f install 
    

That’s it. You have successfully installed TeamViewer on Ubuntu system.

Start TeamViewer Application

TeamViewer application have been successfully installed on your Ubuntu system. Next search “TeamViewer” under the utilities application search. There you will find the application launcher as shows in below screenshot:

launch teamviewer on Debian 9

Click the TeamViewer launcher icon to start application. With the first time startup, click “Accept License Agreement” button to start application.

install teamviewer on Debian 9

Conclusion

This tutorial helped you to install TeamViewer on Debian 9 Linux systems.

Share it!
Share on Facebook
Share on Twitter
Share on LinkedIn
Share on Reddit
Share on Tumblr
Share on Whatsapp
Rahul
Rahul
Connect on Facebook Connect on Twitter

I, Rahul Kumar am the founder and chief editor of TecAdmin.net. I am a Red Hat Certified Engineer (RHCE) and working as an IT professional since 2009..

Leave a Reply Cancel reply

Popular Posts

  • How To Install Python 3.9 on Ubuntu 20.04 5
  • How To Install Python 3.9 on Ubuntu 18.04 0
  • How to Use AppImage on Linux (Beginner Guide) 2
  • How to Install Python 3.9 on CentOS/RHEL 7 & Fedora 32/31 0
  • How To Install VNC Server on Ubuntu 20.04 1
© 2013-2020 Tecadmin.net. All Rights Reserved | Terms  | Privacy Policy