Site icon DesignLinux

How to Install TeamViewer on Debian 10

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.

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

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.

Exit mobile version