Kali Linux Install Telegram

From WikiMLT
Revision as of 20:59, 22 August 2022 by Spas (talk | contribs) (Created page with "Telegram is available within the Kali's repository, but the version is little bit older than the current version of [https://desktop.telegram.org/ Telegram for Desktop]. Here is short script how to download and deploy the latest version via the command line.<syntaxhighlight lang="shell" line="1"> 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 ~/.l...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Telegram is avail­able with­in the Kali's repos­i­to­ry, but the ver­sion is lit­tle bit old­er than the cur­rent ver­sion of Telegram for Desk­top. Here is short script how to down­load and de­ploy the lat­est ver­sion via the com­mand 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