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.

James Kiarie
This is James, a certified Linux administrator and a tech enthusiast who loves keeping in touch with emerging trends in the tech world. When I'm not running commands on the terminal, I'm taking listening to some cool music. taking a casual stroll or watching a nice movie.

Each tutorial at TecMint is created by a team of experienced Linux system administrators so that it meets our high-quality standards.

Join the TecMint Weekly Newsletter (More Than 156,129 Linux Enthusiasts Have Subscribed)
Was this article helpful? Please add a comment or buy me a coffee to show your appreciation.

Got Something to Say? Join the Discussion...

Thank you for taking the time to share your thoughts with us. We appreciate your decision to leave a comment and value your contribution to the discussion. It's important to note that we moderate all comments in accordance with our comment policy to ensure a respectful and constructive conversation.

Rest assured that your email address will remain private and will not be published or shared with anyone. We prioritize the privacy and security of our users.