Skip to content

Instantly share code, notes, and snippets.

@aleksseven
Created October 29, 2020 10:07
Show Gist options
  • Save aleksseven/e705c7b87464f752c18f5e6585fd4761 to your computer and use it in GitHub Desktop.
Save aleksseven/e705c7b87464f752c18f5e6585fd4761 to your computer and use it in GitHub Desktop.
1. Download package with wget.
wget -O- https://telegram.org/dl/desktop/linux | sudo tar xJ -C /opt/
2. Create a symbolic link.
sudo ln -s /opt/Telegram/Telegram /usr/local/bin/telegram-desktop
3. Launch app from terminal.
telegram-desktop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment