Quickly Install TeamViewer in Ubuntu 11.10 (Oneiric Ocelot)

We’ve previously covered TeamViewer in other versions of Ubuntu on this blog. This brief tutorial will extend that coverage by showing you how to quickly install TeamViewer6 in Ubuntu 11.10 (Oneiric Ocelot).
If you don’t know what TeamViewer is, it is a free (for home use only) remote support application that lets you remotely access and troubleshoot PCs over the Internet / LAN. You can use it to help friends / family fix computer issues, share your desktop session all for free from a remote location anywhere in the world where there’s Internet access.



Objectives:
  • Quickly install TeamViewer in Ubuntu
  • Enjoy!

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.
wget http://www.teamviewer.com/download/teamviewer_linux.deb
teamviewer_oneiric

After downloading, run the commands below to install it.
sudo dpkg -i teamviewer_linux.deb
teamviewer_oneiric_1

That’s all.

teamviewer_oneiric_2


If you have 64-bit version of Ubuntu, run the commands below to download that version:
wget http://www.teamviewer.com/download/teamviewer_linux_x64.deb
teamviewer_oneiric_3

Then run the commands below to install:
sudo dpkg -i teamviewer_linux_x64.deb
teamviewer_oneiric_4

Enjoy!

No comments:

Post a Comment