I want to install Telegram Desktop software on my Ubuntu 14.04 LTS. I have downloaded the tsetup.0.6.15.tar.xz file. Now I want to know how to proceed further.
3 Answers
How to install Telegram Desktop in Ubuntu 14.04
Download the Telegram Desktop client and extract tsetup.0.6.15.tar.xz
. You can easily do this in the file manager (nautilus). Just right-click the file and click extract here
. Now you have a folder called Telegram
.
Move this folder to /opt
. You can do this using the file manager, but you'll need to start it with root privileges. You can do this by typing the following in a terminal: (you can find the "opt" folder in "computer")
sudo nautilus
After the move, double-click the telegram binary /opt/Telegram/Telegram
. The last thing we need to do is add Telegram to the "applications" menu. This happens automatically if you right-click the icon of the running app and choose "lock to launcher".
Other options for using telegram in Linux
Telegram is also available as:
- Google Chrome app
- web-app
- scope, and other platforms.
You can find different alternatives here: https://askubuntu.com/a/456121/172367

- 148

- 7,394
- 1
- 42
- 70
In your terminal type this commands:
sudo add-apt-repository ppa:atareao/telegram
sudo apt-get update
sudo apt-get install telegram

- 603
-
2Exactly. downloading and extracting files is not the way to go. For most (relatively) mainstream sofware packages, add the ppa to be sure about compatibility. – Maarten Klop Jul 06 '15 at 15:01
-
The PPA seems abandoned. As for now a week has already passed since Telegram 0.9.10 release and the PPA is still at 0.9.6 (4 releases old). – Ivan Nov 10 '15 at 23:53
-
@Ivan At time of writing the PPA is up to date with the stable release. It had one problem though, running through Ubuntu Dash menu didn't seem to work. I created a desktop launcher with the run command: /opt/telegram/Telegram. – Edo Jan 25 '16 at 11:44
-
after using this one I am also experiencing problems with opening tg: links – Maksim Gayduk Jan 16 '18 at 10:28
-
Note that for some reason one needs
/opt/telegram/Telegram -- %u
command to run telegram.telegram
is not working. – reducing activity Oct 21 '19 at 08:19
Extract it from folder tsetup.0.8.36.tar.xz and put this folder wherever you want...and run the file named telegram in executable mode by double clicking it..that did for me

- 839
~/.local/share/applications/telegramdesktop.desktop
file describing launcher entry on the first start. If you move application's directory after that you should simply fix a path inExec
line of this file. – ezze Jun 03 '16 at 21:58sudo nautilus
instead usegksudo nautilus
– FazeL May 19 '17 at 11:18