Monday 28 April 2014

TEAMVIEW INSTALL ON UBUNTU

Quickly Install TeamViewer in Ubuntu just login via terminal
To get started, press Ctrl – Alt – T on your keyboard to open Terminal. When it opens, run the command below to download TeamViewer deb package.
32-Bit / Multiarch




mkdir /temp
cd /temp
sudo dpkg -i teamviewer_linux.deb
Teamviewer 64-Bit

mkdir /temp
cd /temp
sudo dpkg -i teamviewer_linux_x64.deb
After the errors, run this command:
sudo apt-get -f install


No comments:

Post a Comment