18.07.2025

How to Install Telegram Desktop on Linux in 2025: Step-by-Step Guide for Ubuntu, Fedora, and CentOS

How to Install Telegram on Linux in 2025 (with Step-by-Step Instructions)

Telegram is a fast, secure, and feature-packed messaging platform trusted by millions around the globe. Installing Telegram on Linux is simple, and this guide will take you step-by-step through the latest installation methods for popular Linux distributions.

With support for instant messaging, voice and video calls, file sharing, group chats, and broadcast channels, Telegram offers a comprehensive communication experience. It prioritizes privacy and works seamlessly across platforms including Linux, Windows, macOS, iOS, and Android. Let’s dive in and get you set up!

Before We Begin

Make sure:

Installing Telegram on Ubuntu and Debian-based Systems

Open your terminal and run the following commands:

1. Update your package list:

sudo apt update
This ensures you get the latest available version of the Telegram package and its dependencies.

2. Install Telegram:

sudo apt install telegram-desktop
This installs the desktop client. Once complete, you can launch Telegram from the app menu or by typing telegram in the terminal.

Installing Telegram on Fedora, CentOS, and other DNF-based Systems

For Fedora, RHEL 8+, CentOS Stream, etc., use these steps:

1. Update package metadata:

sudo dnf update

2. Install Telegram:

sudo dnf install telegram-desktop
After installation, Telegram will appear in your application launcher. You can also start it with the command:
telegram-desktop

What You Can Do With Telegram on Linux

Telegram’s design is lightweight and works well even on older Linux machines.

FAQ — Frequently Asked Questions

# Snap (Ubuntu, Debian)
sudo snap install telegram-desktop

# Flatpak (Fedora, Arch, etc.)
flatpak install flathub org.telegram.desktop

sudo snap refresh telegram-desktop
# or
flatpak update org.telegram.desktop

Conclusion

Telegram on Linux is fast to install, user-friendly, and offers a full-featured messaging experience within your open-source environment. Whether you're connecting with community groups, coordinating team projects, or simply keeping in touch, Telegram provides a simple and secure platform.

By following the step-by-step instructions in this guide, you'll have Telegram installed and ready to use in just minutes - regardless of your Linux distribution.

FAQ - Frequently Asked Questions