11

Is there any Ubuntu alternative for team-viewer software for Windows?

Jorge Castro
  • 71,754
Vikramjeet
  • 5,566

5 Answers5

9

There is Teamviewer it-self.

Otherwise, there is Open-source alternative. Look at some client for RDP protocol, or VNC protocol.

Pablo Bianchi
  • 15,657
Bahaïka
  • 935
4

Teamviewer works on Ubuntu too. download for the 32 bit version or the 64 bit version. So if you like that as remote desktop software you can still use it ;)

But if you really want an alternative I suggest to take a look at VNC. But the server side as the client side are easy to get working.

Rinzwind
  • 299,756
2

I'd try VNC as mentioned above or ScreenConnect.

user54475
  • 21
  • 1
2

You can install team viewer in Ubuntu too, i have Ubuntu 14.04 and running Teamviewer without wine......

sudo dpkg --add-architecture i386
sudo apt-get update
wget http://www.teamviewer.com/download/teamviewer_linux.deb
sudo dpkg -i teamviewer_linux.deb
sudo apt-get install -f
1

The official TeamViewer port for Ubuntu is a Wine wrapped program. It works as expected though, so you should try that!

Eduard
  • 483