How to install TeamViewer on Ubuntu 20.04

TeamViewer is a cross-platform solution that can be used for remote control, desktop sharing, online meetings, and file transfer between computers.

This article describes how to install TeamViewer on Ubuntu 20.04.

1. Prerequisites##

You need to log in as root or another sudo user in order to install packages on your Ubuntu system.

2. Install TeamViewer on Ubuntu 20.04

TeamViewer is a proprietary computer software, it is not included in the Ubuntu software source. We will download and install the TeamViewer software package from the TeamViewer Apt software source.

Open your terminal, and download the latest version of the TeamViewer .deb package, use the following wget command:

wget https://download.teamviewer.com/download/linux/teamviewer_amd64.deb

Once the download is complete, install TeamViewer by running the following command:

sudo apt install ./teamviewer_amd64.deb

When you are prompted Do you want to continue? [Y/n], enter Y to continue the installation.

TeamViewer is built using Qt (GUI application library), and the above command will install a series of Qt software packages.

that's it. TeamViewer has been installed on your Ubuntu system, and you can start using it.

Three, start TeamViewer

The TeamViewer application can be launched by entering teamviewer on the command line or clicking the icon in the application menu.

When you start TeamViewer for the first time, it will prompt you to agree to the agreement. Accept all terms of the agreement by clicking the "Accept Agreement" button.

TeamViewer will open and a window similar to the following will be displayed:

Fourth, upgrade TeamViewer

During the installation process, the official TeamViewer software source has been added to your system. You can use the cat command to verify the contents of the file:

cat /etc/apt/sources.list.d/teamviewer.list
...
deb http://linux.teamviewer.com/deb stable main
...

When a new version is released, you can upgrade your TeamViewer through the desktop software upgrade tool or from the command line.

Five, summary##

We showed you how to install TeamViewer on an Ubuntu 20.04 desktop machine.

Now you can connect to your friend's or client's computer and help immediately.

Recommended Posts

How to install Teamviewer on Ubuntu 16.04
How to install TeamViewer on Ubuntu 20.04
How to install Ruby on Ubuntu 20.04
How to install Memcached on Ubuntu 20.04
How to install Java on Ubuntu 20.04
How to install MySQL on Ubuntu 20.04
How to install VirtualBox on Ubuntu 20.04
How to install Elasticsearch on Ubuntu 20.04
How to install Protobuf 3 on Ubuntu
How to install Apache on Ubuntu 20.04
How to install Git on Ubuntu 20.04
How to install Node.js on Ubuntu 16.04
How to install MySQL on Ubuntu 20.04
How to install TeamViewer on CentOS 8
How to install Vagrant on Ubuntu 20.04
How to install Bacula-Web on Ubuntu 14.04
How to install Anaconda3 on Ubuntu 18.04
How to install Memcached on Ubuntu 18.04
How to install Jenkins on Ubuntu 16.04
How to install MemSQL on Ubuntu 14.04
How to install Go on Ubuntu 20.04
How to install MongoDB on Ubuntu 16.04
How to install Mailpile on Ubuntu 14.04
How to install PrestaShop on Ubuntu 16.04
How to install Skype on Ubuntu 20.04
How to install Jenkins on Ubuntu 20.04
How to install Python 3.8 on Ubuntu 18.04
How to install KVM on Ubuntu 18.04
How to install KVM on Ubuntu 20.04
How to install opencv3.0.0 on ubuntu14.04
How to install Anaconda on Ubuntu 20.04
How to install Prometheus on Ubuntu 16.04
How to install Jenkins on Ubuntu 18.04
How to install Apache on Ubuntu 20.04
How to install R on Ubuntu 20.04
How to install Moodle on Ubuntu 16.04
How to install Solr 5.2.1 on Ubuntu 14.04
How to install MariaDB on Ubuntu 20.04
How to install Mono on Ubuntu 20.04
How to install Go on Ubuntu 20.04
How to install Zoom on Ubuntu 20.04
How to install TeamViewer on CentOS 8
How to install Nginx on Ubuntu 16.04
How to install OpenCV on Ubuntu 20.04
How to install Spotify on Ubuntu 20.04
How to install Postman on Ubuntu 18.04
How to install Go 1.6 on Ubuntu 16.04
How to install MySQL on Ubuntu 14.04
How to install PostgreSQL on Ubuntu 20.04
How to install VLC on Ubuntu 18.04
How to install Webmin on Ubuntu 20.04
How to install Docker Compose on Ubuntu 18.04
How to install Ubuntu on Raspberry Pi
How to install Bacula Server on Ubuntu 14.04
How to install MySQL on Ubuntu 18.04 (linux)
How to install Ubuntu 19.10 on Raspberry Pi 4
How to install Apache Kafka on Ubuntu 18.04
How to install Apache Maven on Ubuntu 20.04
How to install Apache Tomcat 8 on Ubuntu 16.04
How to install Python2 on Ubuntu20.04 ubuntu/focal64
How to install GCC compiler on Ubuntu 18.04