• Home
  • Linux
  • Ubuntu
  • Debian
  • CentOS
  • Linux Commands
  • About Us
  • Donate
TecNStuff
Menu
  • Home
  • Linux
  • Ubuntu
  • Debian
  • CentOS
  • Linux Commands
  • About Us
  • Donate

How to Install TeamViewer on Debian 10

Written by Admin, Updated On June 21, 2020
debian, teamviewer
How to Install TeamViewer on Debian 10

TeamViewer is a popular cross-platform application and widely used for remote control, desktop sharing, remote meetings and file sharing between computers. In this tutorial we will explain how to install TeamViewer on Debian 10.

Prerequisites#

Make sure you have logged in as root or user with sudo privileges.

Installing TeamViewer on Debian#

TeamViewer is not open-source software and it is not included in the default Debian repositories. We will download TeamViewer from it’s own APT repositories.

It is very simple to install TeamViewer on Debian. Perform the following steps:

1. Download TeamViewer#

On your terminal, download the latest TeamViewer .deb package using wget command:

wget https://download.teamviewer.com/download/linux/teamviewer_amd64.deb

2. Install TeamViewer#

Run the following command to install downloaded .deb package:

sudo apt install ./teamviewer_amd64.deb

It will prompt for continue confirmation, type Y and hit Enter key to go ahead.

Starting TeamViewer#

You can start the TeamViewer application using either the command line by typing teamviewer or by clicking on on icon from Application menu.

At first launch, it will show a License Agreement window as given following will be appear. You have to accept the License agreement by clicking on the “License Agreement” button.

teamViewer-license-agreement

Then the application will be start and you will see screen as below:

teamviewer-launch-debian

That’s it! TeamViewer is now installed on your Debian system, and ready to use.

Updating TeamViewer#

At the time of installation process, the TeamViewer APT repository will be added to your system. You can verify the file contents by using cat command:

cat /etc/apt/sources.list.d/teamviewer.list

It should show something below:

...
deb http://linux.teamviewer.com/deb stable main
deb http://linux.teamviewer.com/deb preview main
...

When the new release is available you can update using the desktop Software Update tool or from the command-line.

Conclusion#

You have learned how to install TeamViewer on Debian 10 desktop system. TeamViewer is very useful to remote any machine regardless of Operating System.

If you have any question or suggestion, please feel free to leave a comment below.

If our content helps you, please consider buying us a coffee

Thank you for your support.

Share On
Share on Facebook
Share on Twitter
Share on Reddit
Share on Tumblr
 Previous Article Type Command in Linux with Examples
Next Article   Find Large Files in Linux

Related Posts

  • How to Install Php 8 on Debian 10

    How to Install PHP 8 on Debian 10

    January 2, 2021
  • How to Install GIMP on Debian 10

    How to Install GIMP 2.10 on Debian 10

    December 27, 2020
  • How to Install Python 3.9 on Debian 10

    How to Install Python 3.9 on Debian 10

    December 25, 2020

Leave a Reply Cancel reply

Popular Posts

  • How to Install Python 3.9 on Debian 10
    How to Install Python 3.9 on Debian 10 December 25, 2020
  • How to Install GIMP on Ubuntu 20.04
    How to Install GIMP 2.10 on Ubuntu 20.04 December 22, 2020
  • How to Install Notepad++ on Debian 10
    How to Install Notepad++ on Debian 10 December 23, 2020
  • How to Install Php 8 on Debian 10
    How to Install PHP 8 on Debian 10 January 2, 2021
  • How to Install Php 8 on Ubuntu 20.04
    How to Install PHP 8 on Ubuntu 20.04 December 28, 2020
© 2020 TecNStuff All rights reserved. This website is using and storing cookies on your browser. By using this website you agree our Privacy Policy.  Follow us -  Twitter | Facebook