How to install TeamViewer? [duplicate]

Solution 1:

Install the "32-Bit / 64-Bit Multiarch" version. It works on my system flawlessly. Do not install the 64bit only version.

  • http://www.teamviewer.com/en/download/linux.aspx

After installing it, to install any extra dependencies, run this command in a terminal

sudo apt-get install -f

After installation has completed, go to terminal and type teamviewer without Sudo user and it will open up Teaviewer GUI.

Solution 2:

See page TeamViewer 9.x, 8.x, 7.x, 6.x, 5.x, 4.x, 3.x, 2.x and 1.x (a download page). Get the .deb file from there and install it with:

sudo dpkg -i <filename.deb>

Give the password, and it will install. You can also install the .deb file by double-clicking it to open it for installation in the Ubuntu Software Center.

Solution 3:

SparkyLinux has a great repository with many apps available. At the time of this writing, you can use their repository to get automatic updates of TeamViewer with apt.

Open a terminal and enter this.

sudo su -c "echo 'deb http://sparkylinux.org/repo testing main' >> /etc/apt/sources.list"
sudo apt-get update
sudo apt-get install teamviewer

All credits go to SparkyLinux for being Awesome.

Solution 4:

I use Ubuntu 14.10.

I was unable to install teamviewer_amd64.deb using any suggested methods.

However, I successfully installed Teamviewer using teamviewer_i386.deb. libjpeg62:i386 is needed as dependency.