Skip to content

How to Install TeamViewer on Ubuntu 22.04 LTS

TeamViewer is proprietary software that allows a user to remotely access another user’s desktop, share a desktop, and even make it easy to transfer files between PCs over an Internet connection. This is a well-known application among helpdesk employees that comes in handy when helping remote users who are stuck and can’t get decent help.

Moreover, the program works well with all major platforms: macOS, Windows and Linux (also in limited forms on Android and iOS). In addition to transferring files, TeamViewer allows you to chat with your users in real time, synchronize clipboard contents, and more.

However, the complexity of the application does not compromise the simplicity of the program. As such, it is a fairly simple application, as you only need to install it on both computers required to connect, and then link them using the unique ID and password that it automatically generates. While the main feature of this app is geared more towards IT, DevOps, and support agents, it’s free for self-use (and will come in handy when helping a frustrated friend or relative).

In this guide, we will walk you through some proven approaches to installing TeamViewer on your Ubuntu system. You can also use the contents of this guide to set up TeamViewer on Zorin OS, Linux Mint, and almost any other Ubuntu-based Linux distribution.

Features of TeamViewer

  • User and device management
  • Software integration
  • Session features
  • Remote and administrative support
  • Recording sessions
  • Multi-platform access
  • Detailed reports
  • Management Console
  • Ticket manager support
  • Connection speed control

How to install TeamViewer via the Ubuntu repository

If you’re a command line fanatic, here are the steps to complete the installation.

Step 1: Download and add the TeamViewer repository key.

First, open a terminal by pressing the Ctrl+Alt+T key combinations. Alternatively, you can click “Actions” on the left side of the desktop and then search for “terminal” in the search bar. After that, click on the blue icon to open it.

After that run the following command to add the TeamViewer repository key as we are setting up TeamViewer through its official website:

cd /tmp
wget 

1664197390 897 download key 696x456 1 - How to Install TeamViewer on Ubuntu 22.04 LTS

The default .asc key file should be downloaded directly to your Downloads folder; This is for those who haven’t changed their default downloads directory. Then add the following key to your system with the following apt-key command as sudo:

sudo apt-key add TeamViewer2017.asc

1664197391 185 add key 696x168 1 - How to Install TeamViewer on Ubuntu 22.04 LTS

After running the command, you will be prompted for a password. Enter your PC password and press the “Enter” button to start the download.

Step 2: Add the TeamViewer Repository

Then run the following command to add the official TeamViewer repository from which we will configure TeamViewer.

For the stable version of TeamViewer:

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

For previous version of TeamViewer:

sudo sh -c 'echo "deb  preview main" >> /etc/apt/sources.list.d/teamviewer.list'

In this guide, we will add the repository for the stable version of Teamviewer as shown below:

1664197391 982 stable version 696x168 1 - How to Install TeamViewer on Ubuntu 22.04 LTS

Step 3: Update the system

Now type the following command, assuming root user privileges, to update your system’s index with the web index:

sudo apt update

1664197392 24 update system 3 696x370 1 - How to Install TeamViewer on Ubuntu 22.04 LTS

In case the system needs to be updated, as in our case, we have one package that needs to be updated; enter the following command:

sudo apt upgrade

1664197392 360 upgrade system 696x220 1 - How to Install TeamViewer on Ubuntu 22.04 LTS

Step 4: Install TeamViewer

Finally, enter the following apt command to install TeamViewer on your system:

sudo apt install teamviewer

1664197393 704 install teamviewer 1 696x507 1 - How to Install TeamViewer on Ubuntu 22.04 LTS

Note. The system will prompt you to select the Y/n option to continue with the setup procedure. Please type “y/Y” and press “Enter” to continue. After that, TeamViewer will be installed on your system.

How to start TeamViewer using terminal

If you want to start TeamViewer via the command line, enter the following command in the terminal:

teamviewer

1664197393 989 start teamviewer 696x385 1 - How to Install TeamViewer on Ubuntu 22.04 LTS

Next, let’s look at the second way to install TeamViewer on Ubuntu through a GUI installer.

How to install TeamViewer on Ubuntu via a graphical installer

We have everything you need for those who need to install TeamViewer in an easier and more user-friendly way. This section of the article will focus exclusively on the installation process of the user interface.

For this guide, we will download the .deb package and install it via Ubuntu software installation.

First download the official .deb installation package from the link for TeamViewer Linux downloads. By clicking on the link, scroll down the page and click on the link to download Ubuntu, Debian (stable) or TeamViewer pre-release, as shown in the screenshot below:

1664197394 386 manually download teamviewer 696x418 1 - How to Install TeamViewer on Ubuntu 22.04 LTSWhen using Google Chrome, a “you chose to open” file window will appear after clicking on the download link. Click the “Save File” button, which ensures that the default file is saved in the Downloads folder. After that, click “OK”.

When using Firefox, click on the download link and the process will immediately resume as shown below:

1664197394 662 download progress - How to Install TeamViewer on Ubuntu 22.04 LTS

Once the download is complete, open the Downloads folder, where you will see the TeamViewer.deb package.

1664197395 161 teamviewer.deb file 696x284 1 - How to Install TeamViewer on Ubuntu 22.04 LTS

After that, right-click on the package and select “Open with another application” from the menu.

1664197395 88 screenshot 2022 09 12 at 11.21.45 696x435 1 - How to Install TeamViewer on Ubuntu 22.04 LTS

After that, click “Install Software” and the green highlighted “Select” button.

1664197396 9 select software install - How to Install TeamViewer on Ubuntu 22.04 LTS

The following installer window will open:

1664197396 79 click on install 1 696x396 1 - How to Install TeamViewer on Ubuntu 22.04 LTS

Click the “Install” button in the above window which will bring up the following authentication dialog so that you can specify the authentication details for the sudo user as only an authorized user can install software on Linux.

screenshot 2022 09 12 at 11.30.40 min 2 1 696x394 1 - How to Install TeamViewer on Ubuntu 22.04 LTS

After entering the password, click the “Authenticate” button, which will automatically start the installation process.

TeamViewer will be installed on your system and after successful installation you will get the following message:

1664197397 133 installation complete 696x396 1 - How to Install TeamViewer on Ubuntu 22.04 LTS

How to start TeamViewer using the GUI

To launch TeamViewer, click “Actions” on the left side of the desktop, as shown below:

1664197397 336 click on activities min 696x435 1 - How to Install TeamViewer on Ubuntu 22.04 LTS

After that, search in the search bar for “TeamViewer”, and this icon will appear. Click on it to open.

1664197398 240 screenshot 2022 09 12 at 11.37.42 1 696x435 1 - How to Install TeamViewer on Ubuntu 22.04 LTS

TeamViewer will then open in the following view through which you can connect or connect to the remote PC.

1664197398 120 derfault window 696x441 1 - How to Install TeamViewer on Ubuntu 22.04 LTS

242360cookie-checkHow to Install TeamViewer on Ubuntu 22.04 LTS

Publication author

Comments: 0Publications: 50Registration: 22-11-2021

Инструкции,Обзоры,Программы,teamviewer,ubuntu

#Install #TeamViewer #Ubuntu #LTS

❤ XOXO ❤

Leave a Reply

Your email address will not be published. Required fields are marked *