Jun 12, 2016

Install Teamviewer 11 on ubuntu 16.04 Xenial Xerus 64-bit

Install Teamviewer on Ubuntu 16.04 Xenial Xerus 64-bit using Ubuntu command line, Of course it works on Linux Mint ( see Linux Mint 18 beta release ) and other Ubuntu derivatives.
at first open your terminal (Ctrl + alt + t) and download teamviewer*.deb
wget http://download.teamviewer.com/download/teamviewer_i386.deb
wait until teamviewer_.deb finished downloading.
then, navigate to your directory downloaded the .deb file:
cd ~/Downloads
in this case i got file: teamviewer_11.0.57095_i386.deb install_teamviewer_ubuntu_apt-get_command_line_terminal_dependencies
Now, we are ready to install teamviewer on Ubuntu 16.04 Xenial Xerus 64-bit or other Ubuntu derivatives, there are 3 options for this.

Teamviewer Installation

1. Using apt-get
sudo apt-get install ./teamviewer_11.0.57095_i386.deb

2. Using Gdebi
if you have Gdebi installed go to next step Install Teamviewer using Gdebi, otherwise you need to install Gdebi first, using command
sudo apt-get install gdebi

Install Teamviewer using Gdebi
sudo dpkg --add-architecture i386
sudo apt-get update
sudo gdebi teamviewer_11.0.57095_i386.deb
3. Manual install
sudo dpkg --add-architecture i386
sudo apt-get update
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
sudo dpkg -i teamviewer*.deb

To run/start teamviewer on ubuntu using command line, just type:
teamviewer

Uninstall
To remove or uninstall Teamviewer on your ubuntu or linux mint machine, run the following command:
sudo apt-get remove teamviewer*

linuxlinx...

linuxlinx.com
Linuxlinx

We are only a handful of Linux users who want to share

Enter your email address:








linuxlinx...

Useful Source

Getting started with Ubuntu Linux from Infinite Skills.
Learning Ubuntu Linux. A Training Video From Infinite Skills

Learning Linux MInt with GUI and command line tips.
A step-by-step introduction to one of the most popular Linux distributions available with GUI and command line tips.

Recent post