Kali Linux Install Telegram: Difference between revisions
From WikiMLT
m Стадий: 2 [Фаза:Разработване, Статус:Създаден]; Категория:Linux Desktop |
m Стадий: 3 [Фаза:Разработване, Статус:Разработван]; Категория:Linux Desktop |
||
Line 21: | Line 21: | ||
{{devStage | {{devStage | ||
| Прндл = Linux Desktop | | Прндл = Linux Desktop | ||
| Стадий = | | Стадий = 3 | ||
| Фаза = Разработване | | Фаза = Разработване | ||
| Статус = | | Статус = Разработван | ||
| ИдтПт = Spas | | ИдтПт = Spas | ||
| РзбПт = {{REVISIONUSER}} | | РзбПт = {{REVISIONUSER}} |
Revision as of 20:00, 22 August 2022
References
- …
- …
Section 1
…
Telegram is available within the Kali's repository, but the version is little bit older than the current version of Telegram for Desktop. Here is short script how to download and deploy the latest version via the command line.
cd ~/Downloads
wget https://telegram.org/dl/desktop/linux -O telegram-desktop-linux.tar.xz
tar -xvf telegram-desktop-linux.tar.xz
mv Telegram ~/.local/share/TelegramDesktop
~/.local/share/TelegramDesktop/Telegram &
rm telegram-desktop-linux.tar.xz