How to Install TeamViewer on Ubuntu

TeamViewer is a cross-platform, proprietary application that allows a user to remotely gain access to another user’s desktop, share the desktop and even allow file transfer between computers over an internet connection. It’s a popular application among helpdesk support staff and comes in handy when helping out remote users who are stuck and cannot find worthwhile assistance.

In this guide, you will learn how to install TeamViewer on Ubuntu 20.04 and Ubuntu 18.04 LTS versions.

Installing TeamViewer in Ubuntu

Before getting started, it’s recommended to update your system packages. This will ensure that you start off on a clean slate. So open your terminal and issue the command below.

$ sudo apt update -y  && sudo apt upgrade -y

Once you are through with updating your system, head over to the official Teamviewer’s download page and download Teamviewer’s Debian package. Alternatively, you can copy the download link and download the Debian package using the following wget command as shown.

$ sudo wget https://download.teamviewer.com/download/linux/teamviewer_amd64.deb

Upon successfully downloading the file, you can verify its existence using the ls command as shown.

$ ls | grep teamviewer

teamviewer_amd64.deb

To install TeamViewer, run the command shown. This will install TeamViewer alongside other dependencies.

$ sudo apt install ./teamviewer_amd64.deb
Install TeamViewer on Ubuntu
Install TeamViewer on Ubuntu

When prompted to continue with the installation, type ‘Y’ for Yes and hit the ‘ENTER’ button.

Once the installation is complete, you can proceed to Launch Teamviewer. To launch Teamviewer, run the command below on the terminal.

$ teamviewer

Also, you can use the application manager to search and launch the TeamViewer application as shown.

Launch TeamViewer from Application Manager
Launch TeamViewer from Application Manager

Once launched, Accept the EULA agreement as shown.

TeamViewer License Agreement
TeamViewer License Agreement

And finally, you’ll get TeamViewer’s user interface and shown below.

Running TeamViewer on Ubuntu
Running TeamViewer on Ubuntu

To make a remote connection to another user, simply provide them with your Teamviewer ID and password. The user will insert the ID at the ‘Insert partner ID’ text field after which they will click on the ‘Connect’ button. Later, they will be prompted for the password which will then give them a remote connection to your desktop.

And that’s how you install TeamViewer on Ubuntu. Thanks for taking the time on this article.

Tutorial Feedback...
Was this article helpful? If you don't find this article helpful or found some outdated info, issue or a typo, do post your valuable feedback or suggestions in the comments to help improve this article...

If You Appreciate What We Do Here On TecMint, You Should Consider:

TecMint is the fastest growing and most trusted community site for any kind of Linux Articles, Guides and Books on the web. Millions of people visit TecMint! to search or browse the thousands of published articles available FREELY to all.

If you like what you are reading, please consider buying us a coffee ( or 2 ) as a token of appreciation.

Support Us

We are thankful for your never ending support.

Got something to say? Join the discussion.

Have a question or suggestion? Please leave a comment to start the discussion. Please keep in mind that all comments are moderated and your email address will NOT be published.