How to Download Telegram Desktop on Operating system such as Linux , Ubuntu or other Distribution. Full Installation Guide..
*
*
Terminal Command :
Change to the directory where you downloaded the file
cd ~/Downloads
Extract the package
tar -xf telegram.tar.xz
Move the extracted directory to /opt (or another preferred directory)
sudo mv Telegram /opt/telegram
Create a symbolic link to make it easy to run Telegram
sudo ln -s /opt/telegram/Telegram /usr/local/bin/telegram
Run Telegram
telegram
*
*
#linux #ubuntu #archlinux #unix #programming #telegram #pc