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 Jul 13, 2026 4 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

Installing Telegram on Ubuntu 24.04 provides two simple ways to get the messaging app onto your computer. Telegram is a popular cloud-based instant messaging service that focuses on speed and top-notch security.

It lets you send messages, pictures, and files instantly to any of your devices, keeping everything synced up.

For your Ubuntu 24.04 system, you can use the Snap Store for a really quick setup, or download the official program files directly from Telegram’s website.

⚡ 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 can be installed on Ubuntu 24.04 using the official software sources. This method is the quickest, requiring only a few commands in the terminal. First, update your package lists, then install Telegram desktop directly from the Ubuntu repositories.

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

Then, use this command to install Telegram.

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

You can search for Telegram in the application menu or click the Telegram icon to launch the Telegram application and start chatting.

Install Telegram on Ubuntu Linux
Install Telegram on Ubuntu Linux

Start using Telegram.

Install Telegram from PPA

Adding a Personal Package Archive (PPA) to Ubuntu 24.04 lets you install newer versions of Telegram. For example, the atareao-team PPA provides Telegram versions beyond those in default Ubuntu software. You must add this PPA, refresh your system's software list, and then install Telegram.

First, run the command below to add the PPA repository to Ubuntu.

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

Then, upgrade Ubuntu and install Telegram.

🐧Bash / Shell
sudo apt update
sudo apt install telegram

Once installed, launch the app from the Ubuntu apps dashboard.

Install Telegram from Flatpak

You can install Telegram on Ubuntu 24.04 using Flatpak, which is a secure way to keep apps separate from your system. Flatpak uses ‘sandboxing’ (a security method that isolates apps) to make app updates easier and improve security. Because Flatpak isn’t installed by default on Ubuntu, you need to set it up first.

Flatpak uses a sandboxing approach for installing applications, which boosts security and makes updates much simpler. It’s like a separate app store not built into Ubuntu by default, so you’ll need to set up the Flatpak package manager first.

First, update and install Flatpak.

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

Next, add the Flatpak repository to Ubuntu.

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

Finally, install Telegram.

Once Telegram is installed, you can launch Telegram using the command `telegram-desktop` or open the Telegram app in your desktop apps center. This command directly starts the messaging application for your use.

💻Code
flatpak run org.telegram.desktop

Uninstall the app using the command below.

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

Install Telegram from Snap

Installing Telegram on Ubuntu 24.04 with Snap is a convenient method for getting applications that are easy to update. Snap packages are self-contained, meaning they have everything they need to run. If you don’t have Snap installed, you’ll need to set up the Snap package manager first.

If you don’t already have the Snap package manager, you’ll need to install it first. This package manager is a system for discovering, installing, and managing applications on Linux, and it is required for installing Telegram on Ubuntu 24.04.

🐧Bash / Shell
sudo apt install snapd
⚠️Warning
Next, install core Snap by running the command below.
🐧Bash / Shell
sudo snap install core
⚠️Warning
Then, run the command below to install Telegram from the Snap package manager.
🐧Bash / Shell
sudo snap install telegram-desktop

Once installed, use the Dock on the left sidebar to search and launch the Telegram app.

You can also run the app using the command below.

💻Code
snap run telegram-desktop

Remove the app using the command below.

🐧Bash / Shell
sudo snap remove telegram-desktop

That should do it!

Conclusion:

So, installing Telegram on Ubuntu 24.04 gives you several options, each fitting different needs. Here’s a quick rundown of what we’ve covered:

  • 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 your Ubuntu 24.04 system, you can start enjoying Telegram's messaging features, which include end-to-end encrypted secret chats and large file sharing up to 2GB.

Can I install Telegram in Ubuntu?

Yes, you can easily install Telegram on Ubuntu 24.04 using several methods, including the 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 *