Ubuntu

How to install TeamViewer on ubuntu 20.04

TeamViewer is a popular application for desktop sharing and remote control.
It is available for Windows, linux, mac OS, Android and even more. In this article, We can see how to install TeamViewer on ubuntu 20.04.

TeamViewer has many additional features like remote printing and file sharing. Also it has remote rebooting, unattended access, Wake-on-LAN and much more features.
TeamViewer is mostly used for remote assistant to customers and employees.
In addition, It has QuickSupport tool which is lightweight client application. It does not require installation or admin access. Therefore, it provides instant remote access for quick assistant.
Basically TeamViewer has both paid and free version. So we can use free version for personal and non commercial purpose.

Install TeamViewer on Ubuntu 20.04

Step 1. Download teamviewer application for ubuntu from the following link https://www.teamviewer.com/en/download/linux/.
Choose the package for linux and you will find the download link under “Ubuntu, Debian”.
[OR]
Use the below command to download. This command will directly download the software to the current directory.
wget https://download.teamviewer.com/download/linux/teamviewer_amd64.deb
Step 2. Go to the directory where the package is downloaded and give execute permission.
user@krizna:~/Downloads$ ls -l
total 14212
-rw-rw-r-- 1 user user 14551536 Apr 30 19:16 teamviewer_amd64.deb

Provide execute permission so that package can be installed.
chmod +x teamviewer_amd64.deb
Step 3. Now use below command to install the software.
It may require many dependencies. so therefore, system needs to be connected to the internet.
sudo apt install ./teamviewer_amd64.deb
Step 4. Finally, you can launch by typing teamviewer in application launcher.

We have one more software anydesk which is similar to teamviewer .
Here is the guide How to install Anydesk on ubuntu 20.04
See also
How to install Zoom on ubuntu 20.04
How to install MySQL workbench on ubuntu 20.04

Disqus Comments Loading...
Share
Published by
krizna

Recent Posts

How to install Visual Studio Code on ubuntu 20.04

Visual Studio Code is a popular code editor which is lightweight and cross platform application.…

4 years ago

How to install MySQL workbench on ubuntu 20.04

MySQL workbench is a GUI tool for managing MySQL database system. It is used by…

4 years ago

How to install Android Studio on ubuntu 20.04

Android Studio is a popular development software used especially for developing android applications. It is…

4 years ago

How to install google chrome on ubuntu 20.04

Google chrome is a most popular web browser developed by google. It was developed to…

4 years ago

How to install Zoom on ubuntu 20.04

Zoom is a popular video conferencing software. It is commonly used for conducting online meetings,…

4 years ago

How to install Anydesk on ubuntu 20.04

Anydesk is the most popular remote desktop connectivity tool. It is available for all platforms…

4 years ago