Site icon Ubuntu Free

Telegram on Ubuntu 24.04: Install Guide & Tips

Telegram 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:

System Requirements for Ubuntu

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!

Exit mobile version