how to install teamviewer in ubuntu - List of Commands

01:57

How to install teamviewer in ubuntu Commands only

nstalling TeamViewer is a easy task. Commands can be a handy tool if you are in hurry. Lets do it.

If you have any concern about this blog, or you come across any errors. Please comment Below.
Update Linux
$ sudo apt update -y  && sudo apt upgrade -y

Download TeamViewer
https://www.teamviewer.com/en/download

64bit
$  wget https://dl.teamviewer.com/download/linux/version_15x/teamviewer_15.10.5_amd64.deb

32bit
$  wget https://dl.teamviewer.com/download/linux/version_15x/teamviewer_15.10.5_i386.deb

Provide execution permisson
chmod +x filename.deb

Grep TeamViewer pkg
$ ls | grep "teamviewer"

Full name of downloaded file
teamviewer_15.10.5_i386.deb

Install TeamViewer
$ sudo dpkg -i teamviewer_15.10.5_amd64.deb

Start
$ teamviewer

NOTE:

to uninstall TeamViewer Run the command below
sudo dpkg -r teamviewer