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 debOption 2:
- 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]
- Open a terminal
- Run command
cd ~/Downloads/
- Run command
sudo dpkg -i teamviewer_i386.deb
- 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