How to install TeamViewer on Ubuntu Linux 22.04

To install TeamViewer on Ubuntu Linux 22.04 use the follwoing commands:

sudo su

This command will make you Linux administrator super user root. It is needed to install or update any system software on your system.

The first thing we need is to install SSL certificates using commands below:

cd /tmp
wget https://download.teamviewer.com/download/linux/signature/TeamViewer2017.asc
sudo apt-key add TeamViewer2017.asc
sudo sh -c 'echo "deb http://linux.teamviewer.com/deb stable main" >> /etc/apt/sources.list.d/teamviewer.list'

The second part of commands updates system software and install TeamViewer program itself:

sudo apt update
sudo apt upgrade

sudo apt install teamviewer

Check out the video instructions on how to install the TeamViewer on Ubuntu Linux.