Telegram Desktop is easy to set up on Ubuntu, and most users only need one of two methods:
- install the verified Snap package
- download the official Linux tarball from Telegram
Official references:
If you searched for install Telegram on Ubuntu, Telegram Desktop Linux, or Telegram Ubuntu setup, this guide covers the clean current options.
Method 1: Install Telegram with Snap
For most Ubuntu users, this is the simplest route:
sudo snap install telegram-desktop
Once installed, open Telegram from the app launcher or run:
telegram-desktop
Verify the installation
If Telegram opens and shows the QR login screen or phone number login flow, the install worked.
You can also confirm the Snap package is present:
snap list telegram-desktop
Method 2: Use the official Telegram tarball
Telegram also provides a standalone Linux build.
Download it from:
After downloading:
- Extract the
tar.xzarchive. - Open the extracted folder.
- Run the Telegram binary inside it.
This method does not install Telegram through Ubuntu’s package manager, but it is useful if you want a portable-style setup.
Update Telegram
If you installed with Snap:
sudo snap refresh telegram-desktop
If you use the tarball, download the latest archive from Telegram and replace the older extracted version.
Remove Telegram
sudo snap remove telegram-desktop
If you are using the tarball method, just delete the extracted Telegram folder you downloaded earlier.
Final note
Older Ubuntu tutorials often recommended third-party PPAs for Telegram. I would avoid those now unless you have a very specific reason. The cleanest current choices are the verified Snap package or Telegram’s own Linux download.
Related Reading.
Install Spotify on Ubuntu
Learn how to install Spotify on Ubuntu using Snap or Spotify's official Debian repository, plus how to update and remove it later.
Install Signal Desktop on Ubuntu
Learn how to install Signal Desktop on Ubuntu using Signal's official Debian repository, then link, update, and remove it cleanly.
How to Install VS Code on Ubuntu, macOS and Windows
Install Visual Studio Code on any OS using apt, Snap, Homebrew, or winget — with the essential extensions every developer should add first.