There is also a distro-agnostic tarball available from Telegram’s official downloads page. Download it, then extract it, move the binary to the “/opt” directory, and link it to the “/bin” directory with the following:
cd ~/Downloads
tar -xJvf tsetup.3.4.2.tar
sudo mv Telegram /opt/telegram
sudo ln -sf /opt/telegram/Telegram /usr/bin/telegram
This presumes that you downloaded it to your “~/Downloads” folder. Change the folder to whichever you downloaded it to.
Добавить комментарий