Kali Linux Install Telegram: Difference between revisions

From WikiMLT
m (Стадий: 1 [Фаза:Идентифициране, Статус:Създаване]; Категория:Linux Desktop)
m (Стадий: 2 [Фаза:Разработване, Статус:Създаден]; Категория:Linux Desktop)
Line 21: Line 21:
{{devStage  
{{devStage  
  | Прндл  = Linux Desktop
  | Прндл  = Linux Desktop
  | Стадий = 1
  | Стадий = 2
  | Фаза  = Идентифициране
  | Фаза  = Разработване
  | Статус = Създаване
  | Статус = Създаден
  | ИдтПт  = {{REVISIONUSER}}
  | ИдтПт = Spas
  | ИдтДт  = {{Today}}
| РзбПт = {{REVISIONUSER}}
  | ИдтРв  = {{REVISIONID}}
  | ИдтДт = 22.08.2022
| РзбДт = {{Today}}
  | ИдтРв = [[Special:Permalink/30535|30535]]
| РзбРв = {{REVISIONID}}
}}
}}
</div>
</div>
</noinclude>
</noinclude>

Revision as of 21:00, 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