Kali Linux Install Telegram: Difference between revisions

From WikiMLT
(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...")
 
m (Стадий: 1 [Фаза:Идентифициране, Статус:Създаване]; Категория:Linux Desktop)
Line 1: Line 1:
<noinclude><!--[[Category:Linux_Desktop|?]]-->{{ContentArticleHeader/Linux_Desktop}}</noinclude>
== References ==
* ...
* ...
== Section 1 ==
...
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">
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
cd ~/Downloads
Line 8: Line 17:


</syntaxhighlight>
</syntaxhighlight>
<noinclude>
<div id='devStage'>
{{devStage
| Прндл  = Linux Desktop
| Стадий = 1
| Фаза  = Идентифициране
| Статус = Създаване
| ИдтПт  = {{REVISIONUSER}}
| ИдтДт  = {{Today}}
| ИдтРв  = {{REVISIONID}}
}}
</div>
</noinclude>

Revision as of 20:59, 22 August 2022

Ref­er­ences

Sec­tion 1

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