Is there any Ubuntu alternative for team-viewer software for Windows?
Asked
Active
Viewed 3.4k times
5 Answers
9
There is Teamviewer it-self.
Otherwise, there is Open-source alternative. Look at some client for RDP protocol, or VNC protocol.
Pablo Bianchi
- 17,371
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
- 309,379
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
Muhammad Taqi
- 885
1
The official TeamViewer port for Ubuntu is a Wine wrapped program. It works as expected though, so you should try that!
Eduard
- 483