Site icon Ubuntu Free

TeamViewer on Ubuntu 24.04: Install Guide

TeamViewer Official Logo

TeamViewer on Linux

Accessing remote desktops on Ubuntu 24.04 is a breeze with TeamViewer, a free tool that connects you to any device worldwide.

In 2025, TeamViewer’s robust features make it a top pick for Ubuntu users needing support or collaboration.

Whether you’re troubleshooting or working remotely, this guide simplifies installing TeamViewer on Ubuntu 24.04, so let’s get started.

How to Install TeamViewer on Ubuntu 24.04

Choose your method to install TeamViewer, all tested for Ubuntu 24.04:

Method 1: Install via Official DEB (Recommended)

  1. Open your terminal.
  2. Download the latest .deb package:
    wget https://download.teamviewer.com/download/linux/teamviewer_amd64.deb
  3. Install TeamViewer:
    sudo apt install ./teamviewer_amd64.deb -y
  4. Resolve dependencies (if needed):
    sudo apt --fix-broken install -y
  5. Launch it from your applications menu, or type:
    teamviewer
  6. Sign in or connect with an ID.

Method 2: Install via APT Repository

  1. Open your terminal.
  2. Update your system and add prerequisites:
    sudo apt update
    sudo apt install curl ca-certificates -y
  3. Add TeamViewer’s GPG key:
    curl -fsSL https://download.teamviewer.com/download/linux/signature/TeamViewer2024.asc | sudo gpg --dearmor -o /etc/apt/keyrings/teamviewer.gpg
  4. Set up the TeamViewer repository:
    echo "deb [signed-by=/etc/apt/keyrings/teamviewer.gpg] https://linux.teamviewer.com/deb stable main" | sudo tee /etc/apt/sources.list.d/teamviewer.list
  5. Install TeamViewer:
    sudo apt update
    sudo apt install teamviewer -y
  6. Launch it from your applications menu, or type:
    teamviewer
  7. Start your remote session.

Tip: DEB offers a quick setup with version 15.52.4 (latest as of Feb 2025), APT ensures ongoing updates, both are official and reliable on 24.04.

What Makes TeamViewer Special

TeamViewer, launched in 2005 by TeamViewer GmbH, is a free remote desktop tool trusted by millions. With high security and multi-platform support, it’s perfect for Ubuntu 24.04:

System Requirements

TeamViewer in Action: Screenshots

More Ubuntu Remote Tools

Check out: Zoom for Ubuntu, Signal for Ubuntu, AnyDesk for Ubuntu

Exit mobile version