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
  | Стадий = 2
  | Стадий = 3
  | Фаза  = Разработване
  | Фаза  = Разработване
  | Статус = Създаден
  | Статус = Разработван
  | ИдтПт  = Spas
  | ИдтПт  = Spas
  | РзбПт  = {{REVISIONUSER}}
  | РзбПт  = {{REVISIONUSER}}

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