How to install Teamviewer on Ubuntu

I will give an example of installing Teamviewer in the Ubuntu operating system.

Let’s proceed with the installation, go to the temporary directory:

cd /tmp

Download it from the official Teamviewer website:

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

For a 32 bit system, download another Teamviewer:

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

Install Teamviewer:

sudo dpkg -i teamviewer_*.deb

Perhaps some dependencies are required, then we will do:

sudo apt-get install -f

That’s all.

Leave a comment

Leave a Reply