Telegram on Ubuntu 24.04: Install Guide & Tips

Share
  • Post Updated: February 25, 2025
Telegram messaging on UbuntuTelegram on Ubuntu

Looking for a fast, secure messaging app on Ubuntu? Telegram delivers just that, syncing your chats across all devices with ease.

Perfect for Ubuntu 24.04 users, this free app rivals WhatsApp with its privacy focus and speed.

In this guide, we’ll show you how to install Telegram on Ubuntu 24.04 using Snap, Flatpak, or the official package, plus share tips to get started. Ready to chat smarter? Let’s dive in!

How to Install Telegram on Ubuntu 24.04

Pick your method to get Telegram running, all tested for Ubuntu 24.04:

Method 1: Install via Snap (Quick & Easy)

  1. Open your terminal.
  2. Install Telegram with Snap:
    sudo snap install telegram-desktop
  3. Launch Telegram from your applications menu, or type:
    telegram-desktop

Method 2: Install via Flatpak

  1. Open your terminal.
  2. Set up Flatpak if needed:
    sudo apt install flatpak
  3. Add the Flathub repository:
    flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
  4. Install Telegram:
    flatpak install flathub org.telegram.desktop
  5. Launch Telegram:
    flatpak run org.telegram.desktop

Method 3: Install via Official Package

  1. Download the tar.xz from the official Telegram site.
  2. Extract it in your terminal:
    tar xJf [PATH_TO_DOWNLOADED_FILE]

    (Replace [PATH_TO_DOWNLOADED_FILE] with the file path, e.g., ~/Downloads/telegram.tar.xz)

  3. Move to a system directory:
    sudo mv Telegram /opt/
  4. Create a shortcut:
    sudo ln -s /opt/Telegram/Telegram /usr/local/bin/telegram-desktop
  5. Launch Telegram:
    telegram-desktop

Tip: Snap and Flatpak offer automatic updates, while the official package gives you the latest version directly.

What Makes Telegram Special

Telegram, launched in 2013, is a free messaging app known for speed and security. With over 700 million users, it’s a top choice for privacy-focused chatting:

  • Fast Delivery: Messages zip through a global network of data centers.
  • Seamless Sync: Access chats on all devices instantly.
  • Unlimited Sharing: Send files of any size or type, stored securely in the cloud.
  • Secure Chats: Enjoy end-to-end encrypted calls and secret chats.
  • Big Groups: Create groups or channels for up to 200,000 members.

System Requirements for Ubuntu

  • OS: Ubuntu 20.04 or newer (optimized for 24.04)
  • Processor: Dual-core CPU at 1.5 GHz
  • Memory: 2GB RAM (4GB recommended)
  • Storage: 200MB free space
  • Internet: Required for messaging

Telegram in Action: Screenshots

Video: Install Telegram on Ubuntu

Watch this quick setup guide:

How to Uninstall Telegram

  1. Open your terminal.
  2. For Snap installs:
    sudo snap remove telegram-desktop
  3. For Flatpak installs:
    flatpak uninstall org.telegram.desktop
  4. For official package installs:
    sudo rm -rf /opt/Telegram
    sudo rm /usr/local/bin/telegram-desktop

More Ubuntu Messaging Apps

Need Help?

Stuck installing Telegram? Comment below or contact us, we’re here to assist!