How To Install TeamViewer on Ubuntu 16.04 Xenial Xerus
In this tutorial, I will show you how to install TeamViewer on Ubuntu 16.04 LTS. TeamViewer is a remote control software. It’s free for personal use. You can use TeamViewer to control other computers which also has TeamViewer installed. The following method also works on Elementary OS Freya. So let’s get started.
Install TeamViewer on Ubuntu 16.04
First go to TeamViewer download page and download the deb package for Debian/Ubuntu.
Notice that this is a 32 bit deb package. 64 bit deb package is only available for old Debian/Ubuntu systems without multiarch capability (e.g. Debian 6, Ubuntu 10) and is useless for Ubuntu 16.04.
Once the download is complete, open a terminal window and cd into the download folder.
If you are using 64 bit Ubuntu 16.04 system, then you must enable i386 architecture using the below command before continuing to follow this tutorial.
sudo dpkg --add-architecture i386 sudo apt-get update
Now install dependencies for TeamViewer.
sudo apt-get install libdbus-1-3:i386 libasound2:i386 libexpat1:i386 libfontconfig1:i386 libfreetype6:i386 libjpeg62:i386 libpng12-0:i386 libsm6:i386 libxdamage1:i386 libxext6:i386 libxfixes3:i386 libxinerama1:i386 libxrandr2:i386 libxrender1:i386 libxtst6:i386 zlib1g:i386 libc6:i386
Then install TeamViewer.
sudo dpkg -i teamviewer*.deb
Now you can start TeamViewer from Dash menu or by typing the following command in the terminal.
teamviewer
Remotely Control Ubuntu From Android
If you want to remotely control your Ubuntu machine from Android device, then install TeamViewer for Remote Control from Google play store and enter the partner ID of Ubuntu in Android.
Control Your Android Device from Ubuntu
Many times, an application is available for Windows, Mac, Android and iOS, but not for Linux. In this case, we can install that application on Android and remotely control it from Ubuntu. How cool is that! To be able to do that, you simply need to install TeamViewer Quick Support.
TeamViewer Review
Despite that fact that it’s a proprietary product, TeamViewer is a great piece of software for technical support. It shares a computer’s screen with a remote computer and doesn’t require you to enter some IP address or TCP port. All you need to enter (or give) is a TeamViewer ID and a temporary password that changes every time you start TeamViewer.
As the technical assistant , you can control the remote computer and fix the problem. Or you can instruct the user what to do while watching everything that is happening on their computers. TeamViewer responds quickly which is a great advantage.
TeamViewer free version is for personal use only. However, if you use it for commercial technical support, you need to buy the business license.
TroubleShooting
If you install Wine on your system, you may notice that a wined version of TeamViewer will automatically start when system is booted up. To solve this problem, you can edit your cron job.
crontab -e
And add the following line at the end of the file.
@reboot pkill TeamViewer.exe
Save and close the file. The wined version of TeamViewer will be automatically killed after the system finished booting up.
Enjoy the article! As always, if you found this post useful, then subscribe to our free newsletter. You can also follow us on Google+, Twitter or like our Facebook page.
Also read: How To Install TeamViewer remote control software on Debian 8
Known issue http://www.omgubuntu.co.uk/2016/04/ubuntu-16-04-deb-software-install-error
Bug report https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1573206