Install TeamViewer on Debian 10 - Step by Step process ?
This article covers how to install TeamViewer on Debian 10. TeamViewer is a cross-platform application that can be used for remote control, desktop sharing, online meetings, and file transfer between computers.
To install TeamViewer on Debian:
TeamViewer is proprietary computer software, and it is not included in the default Debian repositories.
TeamViewer maintains its own APT repository from which we’ll install the package, and update it when a new version is available.
1. Download TeamViewer
Open your terminal either by using the Ctrl+Alt+T keyboard shortcut or by clicking on the terminal icon.
Use wget to download the latest TeamViewer .deb package:
$ wget https://download.teamviewer.com/download/linux/teamviewer_amd64.deb
2. Install TeamViewer
Install the downloaded .deb package by typing the following command:
$ sudo apt install ./teamviewer_amd64.deb
When prompted Do you want to continue? [Y/n], type Y to continue the installation.
