Ubuntu – How to start Telegram from the command line

command lineexecute-commandtelegram

How do I start Telegram messenger from the command line?

I have tried "telegram", but it's not that.

I have installed Telegram via ppa: ppa:atareao/telegram.

Best Answer

Since you installed telegram from the PPA, it is likely installed in /opt. Probably under /opt/telegram. You should be able to launch it from the command-line by running:

/opt/telegram/Telegram

but if you wanted to make this easier you can create a symbolic link to /usr/local/bin like so:

sudo ln -s /opt/telegram/Telegram /usr/local/bin/telegram

you can then launch telegram with the command:

telegram