2 Ways to Install TeamViewer on Ubuntu 18.04 LTS Bionic Beaver

This tutorial will show you 2 ways to install TeamViewer on Ubuntu 18.04 LTS Bionic Beaver, which is a beginner friendly Linux distro. The first method uses the graphical user interface; the second uses terminal command line. TeamViewer provides easy, fast and secure remote access and meeting solutions. TeamViewer is free for personal use. You can use TeamViewer completely free of charge to access your private computers or to help your friends with their computer problems. The latest version (TeamViewer 13) was released on November 28, 2017.

Install TeamViewer 13 on Ubuntu 18.04 LTS the Graphical Way

Go to TeamViewer for Linux download page and download the .deb file under Ubuntu, Debian section.

teamviewer ubuntu 18.04

When Firefox browser asks you how to open this deb file, select Open with Software Install (default).

teamviewer ubuntu 18.04 install

Once the download is complete, Ubuntu Software will automatically open. Click the Install button to install Teamviewer on Ubuntu 18.04.

teamviewer ubuntu install

If you are using Google Chrome, you don’t have the option “open with software install”. Just save the file to your disk. After the file is downloaded, go to your file manager and find that file. Righ-click on the file and select “open with software install”

teamviwer ubuntu update

Because software installation on Linux requires root privilege, so you have to enter your password to authenticate.

install teamviewer 13 on ubuntu 18.04

During installation, the software source list will be created, so you can get TeamViewer update when using the update manager. Once the installation is complete, you can start TeamViewer from applications menu.

teamviewer linux repository

Upon first launch, you need to accept the license agreement.

teamviewer ubuntu 18.04 download

Now you can use TeamViewer on Ubuntu 18.04 LTS desktop.

teamviewer ubuntu 18.04 64 bit

Install TeamViewer in Ubuntu 18.04 LTS from Command Line

For those of you who like to practice their command line skills, here’s how to install TeamViewer 13 on Ubuntu 18.04 using terminal. Open a terminal window from applications menu.

how to install teamviewer 13 in ubuntu 18.04 using terminal

Then enter the following command in terminal to create a source list file for TeamViewer. Nano is a command line text editor, which allows you to edit text files in the terminal.

sudo nano /etc/apt/sources.list.d/teamviewer.list

install teamviewer ubuntu terminal

Next, copy the following two lines and paste it into teamviewer.list file.

deb http://linux.teamviewer.com/deb stable main
deb http://linux.teamviewer.com/deb preview main

teamviewer linux command line

To save the file in Nano text editor, press Ctrl+O, then press Enter to confirm. Next, press CTRL+X to exit out of this file. After that, run the following command to download TeamViewer’s signing key.

wget https://download.teamviewer.com/download/linux/signature/TeamViewer2017.asc

Then run the following command to add this key to your trusted key store.

sudo apt-key add TeamViewer2017.asc

Now update package list and install TeamViewer.

sudo apt update

sudo apt install teamviewer

When the system asks you if you want to update /etc/apt/sources.list.d/teamviewer.list file, answer y to update it.

install teamviewer ubuntu 18.04 command line

After the installation, you can start TeamViewer from command line by typing in:

teamviewer

I hope this tutorial helped you install TeamViewer on Ubuntu 18.04 LTS, either from the graphical user interface or using command line. As always, if you found this post useful, then subscribe to our free newsletter to get new tutorials. Take care.

Rate this tutorial
[Total: 27 Average: 4]

3 Responses to “2 Ways to Install TeamViewer on Ubuntu 18.04 LTS Bionic Beaver

  • Dusty roberts
    5 years ago

    works a charm … unlike 99% of the other articles out there, thanx man

  • Thualsi
    5 years ago

    I Install teamviewer Using terminal. However end up with following error Msg. (Ubuntu 18.04)

    Init…
    xprop: unable to open display ”
    CheckCPU: SSE2 support: yes
    Checking setup…
    Launching TeamViewer …
    Launching TeamViewer GUI …
    Aborted (core dumped)

  • CapSkipper
    5 years ago

    Hello
    under Ubuntu 18.04 … after following all steps to install Teamviewer I get :

    Init…
    CheckCPU: SSE2 support: yes
    Checking setup…
    Launching TeamViewer …
    Launching TeamViewer GUI …
    Abandon (core dumped)

    Please help

Leave a Comment

  • Comments with links are moderated by admin before published.
  • Your email address will not be published.
  • Use <pre> ... </pre> HTML tag to quote the output from your terminal/console.
  • Please use the community (https://community.linuxbabe.com) for questions unrelated to this article.
  • I don't have time to answer every question. Making a donation would incentivize me to spend more time answering questions.

The maximum upload file size: 2 MB. You can upload: image. Links to YouTube, Facebook, Twitter and other services inserted in the comment text will be automatically embedded. Drop file here