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.
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.
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.

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.
sudo add-apt-repository ppa:atareao/telegram
Upgrade Ubuntu and install Telegram with the following command.
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.
sudo apt update && sudo apt upgrade
sudo apt install flatpak
Add the Flatpak repository to Ubuntu next.
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.
flatpak run org.telegram.desktop
Remove the app using the command below.
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.
sudo apt install snapd
Install core Snap by running the command below.
sudo snap install core
Execute the command below to install Telegram through the Snap package manager.
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.
snap run telegram-desktop
Remove the app with this command.
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?
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.
No comments yet — be the first to share your thoughts!