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:
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.

After downloading, run the commands below to install it.

That’s all.

If you have 64-bit version of Ubuntu, run the commands below to download that version:

Then run the commands below to install:

Enjoy!
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
After downloading, run the commands below to install it.
sudo dpkg -i teamviewer_linux.deb
That’s all.
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
Then run the commands below to install:
sudo dpkg -i teamviewer_linux_x64.deb
Enjoy!

No comments:
Post a Comment