+4 votes
1.4k views
Install TeamViewer on Ubuntu 20.04

in Linux / Unix by (551k points)
reopened | 1.4k views

1 Answer

+5 votes
Best answer

1. Install TeamViewer in Ubuntu 20.04 from official website
2. Install TeamViewer on Ubuntu 20.04 with wget
3. Install TeamViewer on Ubuntu 20.04 with gdebi
4. Use TeamViewer in Ubuntu 20.04

Remote support and interaction between friends, coworkers and family is a central point in new technologies where it seeks to combine security, compatibility and functionality in one place and that is why TeamViewer has been developed several years ago with the Aim in mind to provide users, free or paid, a tool that combines everything necessary to make real-time communication something that is 100% dynamic and simple for each person involved. In this case we will see the management of Teamviewer Ubuntu 20.04..

TeamViewer developers have strived to deliver an application that meets ISO 27001 certification standards while still being HIPAA and SOC2 compliant. Installing TeamViewer on Ubuntu is a good way to remotely support Linux systems.

TeamViewer advantages
This is why when installing TeamViewer Ubuntu we find the following advantages:
  • Option to share files.
  • Available for Windows, Linux and macOS.
  • Integrates two-factor authentication for more security.
  • It has a list of users and IP for more centralized control.
  • Secure unattended access feature.
  • Remote printing on macOS and Windows.
  • Ability to control up to 200 devices.
  • Device management and application customization.
  • Access reports to managed devices.
  • Compatible with connections to UHD or 4K displays.
  • Pre-built software integrations for better administrative task performance.
  • Allows screen sharing on iOS systems.
  • Supports multiple simultaneous connections and more.

TechnoWikis will explain various methods to install TeamViewer in Ubuntu 20.04 and thus have one of the most popular remote management tools..


1. Install TeamViewer in Ubuntu 20.04 from official website

Step 1

This method is perhaps one of the most common since it consists of downloading the .deb package and then following some simple instructions, in this case the first step to take will be to download the TeamViewer file at the following link:
TeamViewer

image

Step 2

There we select the .deb file based on the architecture used (32 or 64 bits), in the pop-up window we select “Save File”: image
Step 3

We click OK and wait for the file to be downloaded, it will be in the Downloads folder by default, so we must access the terminal and go to that folder using cd and with "ls" we validate the TeamViewer download in Ubuntu 20.04:

image

Step 4

Once there we will execute the following command which launches the TeamViewer installation in Ubuntu 20.04:
 sudo dpkg -i teamviewer_15.4.4445_amd64.deb 

image

Step 5

Once this command finishes its function, we can access TeamViewer:

image


2. Install TeamViewer on Ubuntu 20.04 with wget


The wget command in Linux is one of the most popular commands for downloading files from the Internet due to its performance and security functions.
Step 1

For this we are going to execute the following command which will download the latest stable version of TeamViewer:
 wget https://download.teamviewer.com/download/linux/teamviewer_amd64.deb 
image
Step 2

Once the download is complete, we will execute the .deb file with the following command:
 sudo apt install ./teamviewer_amd64.deb 
image
Step 3

We enter the letter "S" to confirm the installation and when it comes to an end we will see the following: image
Step 4

In this installation process, the official TeamViewer repository will be added to Ubuntu 20.04, with the cat command it will be possible to view the contents of the mentioned file.

This file validates that the TeamViewer installation can be updated automatically when a new version of TeamViewer is available through the Ubuntu 20.04 software update tool.

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

3. Install TeamViewer on Ubuntu 20.04 with gdebi

Step 1

The Gdebi utility has been developed as a useful tool to install .deb packages in Ubuntu, with it we can:
  • Install .deb packages locally without using repositories or an Internet connection.
  • Resolve package dependencies automatically simplifying administration
Step 2

We proceed to install Gdebi with the following command:
 sudo apt install gdebi 
image
Step 3

We enter the letter "S" to validate the installation of Gdebi in Ubuntu 20.04: image
Step 4

Once Gdebi is downloaded, go to the folder where the .deb file has been downloaded from the TeamViewer official site, right-click on it and select "Open with another application": image
Step 5

In the pop-up window we select "Gdebi Package Installer":

image

Step 6

We click on "Select" and we will see the following wizard:

image

Step 7

We click on the top button "Install package" and we must enter the administrator credentials: image
Step 8

We click on "Authenticate" and the TeamViewer installation process will be given in Ubuntu 20.04:

image

Step 9

When the process ends we will see the following:

image

Step 10

We click "Close" to exit the wizard and from the same Gdebi utility we can reinstall or uninstall TeamViewer:

image

Step 11

We validate that it is possible to access TeamViewer:

image


4. Use TeamViewer in Ubuntu 20.04

Step 1

With any of the methods described, when we access TeamViewer we will see the following: image
Step 2

We accept the license agreement and with it we access TeamViewer and its different features: image

With TechnoWikis you have learned to install TeamViewer in Ubuntu 20.04 in different ways, you choose the one that is best for you..


by (3.5m points)
edited
Thank you very much. I installed TeamViewer on Ubuntu and it worked perfectly.

Related questions

+4 votes
1 answer
asked Sep 16, 2019 in Linux / Unix by backtothefuture (551k points) | 562 views
+3 votes
1 answer
asked Nov 6, 2020 in Linux / Unix by backtothefuture (551k points) | 461 views
+5 votes
1 answer
asked Oct 6, 2020 in Linux / Unix by backtothefuture (551k points) | 880 views
+4 votes
1 answer
asked Sep 29, 2020 in Linux / Unix by backtothefuture (551k points) | 1.4k views
+3 votes
1 answer
asked Sep 28, 2020 in Linux / Unix by backtothefuture (551k points) | 479 views
Sponsored articles cost $40 per post. You can contact us via Feedback
10,633 questions
10,765 answers
510 comments
3 users