How to Install TeamViewer on Ubuntu 24.04: Easy Guide

Want to install TeamViewer on Ubuntu 24.04? Let’s see how!

How to Install TeamViewer on Ubuntu 24.04?

TeamViewer is an application developed to control a system remotely, even on Linux. Now, let’s check out its installation demonstration on Ubuntu 24.04.

Step 1: Install Required Dependencies

Before installing TeamViewer, install its required packages and dependencies:

sudo apt install wget apt-transport-https gnupg2 -y
installing required packages on ubuntu 24.04

Step 2: Update the System

As the next step, update the system via:

sudo apt update
updating system packages on ubuntu 24.04

Step 3: Download the TeamViewer Installer

Now, download the TeamViewer installer from its official website:

wget https://download.teamviewer.com/download/linux/teamviewer_amd64.deb
downloading teamviewer deb package on ubuntu 24.04

Step 4: Install TeamViewer

Next, install the downloaded TeamViewer .deb package:

sudo apt install ./teamviewer_amd64.deb
installing teamviewer through deb package in ubuntu 24.04

Step 5: Launch TeamViewer

On Ubuntu 24.04, open TeamViewer via:

teamviewer
installing teamviewer through deb package in ubuntu 24.04

You can also open TeamViewer from the All Apps menu as well:

launching teamviewer on ubuntu 24.04 using activities menu

Once it is launched, accept the “TeamViewer License Agreement”:

accepting teamviewer terms and agreement on ubuntu 24.04

Here is how TeamViewer looks on Ubuntu 24.04:

connecting to a remote pc using teamviewer on ubuntu 24.04

Uninstalling TeamViewer from Ubuntu 24.04

In order to remove or uninstall TeamViewer from Ubuntu 24.04, run:

sudo apt autoremove teamviewer --purge -y
removing teamviewer from ubuntu 24.04

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top