Skip to content
Follow
Ubuntu Linux

How to Install Telegram on Ubuntu 24.04: Step-by-Step Guide

Richard
Written by
Richard
Dec 30, 2024 Updated Aug 13, 2026 3 min read
How to Install Telegram on Ubuntu 24.04: Step-by-Step Guide
How to Install Telegram on Ubuntu 24.04: Step-by-Step Guide

Telegram on Ubuntu 24.04 is a fast cloud messaging app that lets you send texts, photos, and files across all your devices at once. You can set up the app on your computer using either the Ubuntu Snap Store or the official setup files from the Telegram website in just a few minutes.

⚡ Quick Answer

Install Telegram on Ubuntu 24.04 using the Snap Store by running `sudo snap install telegram-desktop`. Alternatively, use the default repositories with `sudo apt install telegram-desktop`. Both methods allow you to launch Telegram from your application menu after installation.

Install Telegram from Ubuntu repositories

Telegram desktop installs on Ubuntu 24.04 using official software sources. This method requires only a few terminal commands. First, update package lists, then install Telegram desktop directly from Ubuntu repositories.

🐧Bash / Shell
sudo apt update && sudo apt upgrade

Run this command next to install Telegram.

Once Telegram finishes installing on the Ubuntu 24.04 system, click 'Activities' in the top-left corner of the screen and select 'Show Applications' to find and open the app.

Search for Telegram in the application menu or click the Telegram icon to launch the application and start chatting.

Install Telegram on Ubuntu Linux
Install Telegram on Ubuntu Linux

Begin using Telegram.

Install Telegram from PPA

Adding a Personal Package Archive (PPA) to Ubuntu 24.04 allows installation of newer Telegram versions. For instance, the atareao-team PPA provides releases beyond default Ubuntu software. Adding this PPA requires refreshing the system software list before installing Telegram.

Execute the command below to add the PPA repository to Ubuntu.

🐧Bash / Shell
sudo add-apt-repository ppa:atareao/telegram

Upgrade Ubuntu and install Telegram with the following command.

🐧Bash / Shell
sudo apt update
sudo apt install telegram

Launch the app from the Ubuntu apps dashboard after completion.

Install Telegram from Flatpak

Flatpak provides a secure method to keep apps separate from the core system. Flatpak uses sandboxing (a security method that isolates apps) to make app updates smoother and improve security. Because Flatpak isn't built into Ubuntu by default, set up the package manager first.

Update and install Flatpak with the terminal.

🐧Bash / Shell
sudo apt update && sudo apt upgrade
sudo apt install flatpak

Add the Flatpak repository to Ubuntu next.

🐧Bash / Shell
sudo flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo

Install Telegram last.

Once Telegram installs, launch the application using the command `telegram-desktop` or open the Telegram app in the desktop apps center. This command starts the messaging application immediately.

💻Code
flatpak run org.telegram.desktop

Remove the app using the command below.

💻Code
flatpak remove  --delete-data org.telegram.desktop

Install Telegram from Snap

Snap packages offer a convenient installation route for applications that update with minimal friction. These packages are self-contained, meaning they bundle everything required to run. Install the Snap package manager first if it is missing from your system.

The package manager handles discovering, installing, and managing applications on Linux, and it remains a requirement for running Telegram on Ubuntu 24.04.

🐧Bash / Shell
sudo apt install snapd

Install core Snap by running the command below.

🐧Bash / Shell
sudo snap install core

Execute the command below to install Telegram through the Snap package manager.

🐧Bash / Shell
sudo snap install telegram-desktop

Locate and launch the Telegram app using the Dock on the left sidebar.

Run the application using the command below if preferred.

💻Code
snap run telegram-desktop

Remove the app with this command.

🐧Bash / Shell
sudo snap remove telegram-desktop

That completes the setup process.

Conclusion:

Installing Telegram on Ubuntu 24.04 provides multiple options tailored to different workflows. The following rundown summarizes the covered approaches:

  • Multiple Installation Options: You can install Telegram from default repositories, PPA, Flatpak, or Snap based on your comfort with different package management systems.
  • User-Friendly Interface: Telegram offers a seamless experience across devices, ensuring your messages and media are easily accessible.
  • Privacy and Security: The app provides end-to-end encryption for secret chats, making it a secure choice for private communications.
  • Easy Updates: Package managers like Flatpak or Snap can simplify the application update process.
  • Accessibility: Simple commands allow for quick installation or removal of the app, making it convenient for users to manage their applications.

After completing the Telegram installation on Ubuntu 24.04, users can access advanced messaging features like end-to-end encrypted secret chats and large file sharing up to 2GB.

Can I install Telegram in Ubuntu?

Yes, Telegram installs on Ubuntu 24.04 through several distinct methods, including official Ubuntu repositories, PPAs, Flatpak, and Snap packages.

Was this guide helpful?

Was this helpful?
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.

📚 Related Tutorials

How to Install Syncthing on Ubuntu 24.04
Ubuntu Linux How to Install Syncthing on Ubuntu 24.04
How to Mount Windows 11 Shares on Ubuntu Linux
Ubuntu Linux How to Mount Windows 11 Shares on Ubuntu Linux
How to Uninstall Software in Ubuntu Linux
Ubuntu Linux How to Uninstall Software in Ubuntu Linux
How to Install GNOME Desktop on Ubuntu 24.04
Ubuntu Linux How to Install GNOME Desktop on Ubuntu 24.04

No comments yet — be the first to share your thoughts!

Leave a Comment

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