Blog Archive

Tuesday, April 7, 2015

How to install Teamviewer on 14.04?

Reference:

http://askubuntu.com/questions/453157/how-to-install-teamviewer-on-14-04





 First, install gdebi

sudo dpkg --add-architecture i386; 

sudo apt-get update; 

sudo apt-get install gdebi

sudo apt-get -f install

 In the same directory you downloaded the .deb file just run: 

sudo gdebi teamviewer_linux.deb #replace teamviewer_linux.deb  with your downloaded deb




Option 2:

  1. Download the official image from http://www.teamviewer.com/en/download/linux.aspx (always get 32bit)     http://download.teamviewer.com/download/teamviewer_i386.deb   [May 4,2015]
  2. Open a terminal
  3. Run command cd ~/Downloads/
  4. Run command sudo dpkg -i teamviewer_i386.deb
  5. Follow whatever steps it needs you to take.
Note:

In case you encounter any error and depends on your linux machine, you may need install 
libjpeg62.
libsm6

Option 3:
Install Xmanager
'via Blog this'

No comments:

Post a Comment