How to Install Telegram in Linux
In this tutorial i will show you how you can install telegram desktop in your Linux distros. I will work for any linux distros. To install telegram in your linux distro simply we have to run a very simple command.
So run below command to install telegram in your linux distros.
//run
sudo apt-get update
//then
sudo apt install telegram-desktop
Hope it can help you. If you have enabled Snap support for your Linux distributions, you can install the Snap packaged version of Telegram.
sudo snap install telegram-desktop
Hope it can help you.