Install Teamviewer on Debian 11 or 10 using a command terminal

0


[ad_1]

Here we learn the commands to install TeamViewer on Debian 11 or 10 using the terminal to connect a remote desktop to provide a wizard.

TeamViewer is an application for easy, fast and secure remote access to PCs and teamwork. TeamViewer makes it possible to control and maintain devices without having to be on site. TeamViewer is free for private use. TeamViewer Meeting for 10 participants is included in all three editions – Business, Corporate and Premium. Whereas TeamViewer Pilot is a solution for mobile devices for remote maintenance and assistance. The correction and analysis of problems takes place in real time.

Installation of Teamviewer on Debian 11 or 10 via a command terminal

There are two ways to install TeamViewer on Debian or Ubuntu systems including other similar Linux operating systems like Linux Mint, Elementary OS, MX Linux, Kali and others …

#Ist method by manually adding the repository

1. Add a GPG key

When downloading the packages to install this Remote Desktop Assistant tool, the system should confirm that they are genuine without any tampering. And for that we need to add a GPG key, so just follow the command below:

wget -O - https://download.teamviewer.com/download/linux/signature/TeamViewer2017.asc | sudo apt-key add -

2. Add the TeamViewer repository on Debian 11 or 10

The installation packages that we need to configure for this remote assistant tool are not in the base Debian 10 or 11 repository. Therefore, we have to add it manually using the command below. below:

sudo sh -c 'echo "deb http://linux.teamviewer.com/deb stable main" >> /etc/apt/sources.list.d/teamviewer.list'

3. Run the system update

To make sure that the system can recognize the last added repository, run the update system command once.

sudo apt update

4. Command to install TeamViewer on Debian Linux

Finally, we have defined everything we need for the installation of this software on our system. Now it’s time to run a single command using Debian APT package manager to configure it.

sudo apt install teamviewer

# 2nd method using Debian binary

If you don’t want to go through the above process of manually adding repositories and all, try this simpler one.

5. Download the Debian binary

Go to the official TeamViewer Debian website and download 64 bits or 32-bit package depending on your system.

Download TeamViewer for Linux Binary

6. Access the control terminal

The things we download using the browser go to Downloads folder, so first just switch to this one:

cd Downloads

Then run the command below, this not only installs the software but will also add the required repository on Debian or Ubuntu.

sudo apt install ./teamviewer*amd64.deb

Now go to Debian’s application launcher and find this remote desktop software to launch.

teamviewer debian 11 or 10 Linux edition

7. Uninstall

If you no longer want Teamviewer on Linux Debian 11 or 10 system, you can remove this tool using the command:

sudo apt remove teamviewer

Other articles:

[ad_2]

Share.

Leave A Reply