How to install TeamViewer 9 on Ubuntu 14.04 Trusty Tahr

TeamViewer is a free remote desktop application that can be used to connect to a remote computer using internet connection. No matter where you are, as long as you are connected to the internet, you can use TeamViewer to connect to your computer at home.

This tutorial is going to show you how to install TeamViewer 9 on Ubuntu 14.04 Trusty Tahr. Its very easy to install TeamViewer 9 on Ubuntu 14.04 since the developer already provided DEB package for Ubuntu users.

First Download TeamViewer DEB package. I prefer to use Terminal command to download and install TeamViewer on Ubuntu 14.04

For Ubuntu 14.04 32 bit

wget http://download.teamviewer.com/download/teamviewer_linux.deb

For Ubuntu 14.04 64 bit

wget http://download.teamviewer.com/download/teamviewer_linux_x64.deb

Now install the package

For Ubuntu 32 bit

sudo dpkg -i teamviewer_linux.deb

For Ubuntu 64 bit

sudo dpkg -i teamviewer_linux_x64.deb

Once installed, you can start using it after you accept the License Agreement.

teamviewer-ubuntu-14.04

And viola, Teamviewer is now up and running

teamviewer-ubuntu-14.04-1

Admin

4 Comments

  1. The terminal is coming up with the same issue every time I try to do the command lines the issue being

    dpkg: error processing package teamviewer (–install):
    dependency problems – leaving unconfigured
    Errors were encountered while processing:
    teamviewer

    I do not know what is wrong… Help?

    • Try this command after all:
      sudo apt-get -f install
      that will force your system to download and install dependency files

  2. For Ubuntu 32 bit

    sudo dpkg -i teamviewer_linux.deb
    Please Give Space Before argument [-i]

Leave a Reply

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