Skip to content

Commit

Permalink
Обновлено
Browse files Browse the repository at this point in the history
Переписана статья про WhatsApp, указан другой клиент, рабочий.
  • Loading branch information
AlexanderShad committed Mar 18, 2024
1 parent 24da04f commit 2440ab9
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 17 deletions.
2 changes: 1 addition & 1 deletion _data/navigations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export const docs = [
{ text: 'VSCodium', link: '/vscodium' },
{ text: 'VK Мессенджер', link: '/vk-messenger' },
{ text: 'Warehouse', link: '/warehouse' },
{ text: 'WhatsApp Desktop', link: '/whatsapp-desktop' },
{ text: 'WhatsApp for Linux', link: '/whatsapp-desktop' },
{ text: 'Wike', link: '/wike' },
{ text: 'WPS Office', link: '/wps-office' },
{ text: 'Xeyes', link: '/xeyes' },
Expand Down
48 changes: 32 additions & 16 deletions docs/apps/whatsapp-desktop.md
Original file line number Diff line number Diff line change
@@ -1,40 +1,56 @@
---
title: WhatsApp Desktop
appstreamFlatpak: io.github.mimbrero.WhatsAppDesktop
title: WhatsApp for Linux
appstreamFlatpak: com.github.eneshecan.WhatsAppForLinux

metainfo:
active: true
thumb:
src: /whatsapp-desktop/io.github.mimbrero.WhatsAppDesktop.png
title: WhatsApp Desktop
summary: Неоициальный клиент WhatsApp Web для Desktop
src: https://dl.flathub.org/repo/screenshots/com.github.eneshecan.WhatsAppForLinux-stable/1248x702/com.github.eneshecan.WhatsAppForLinux-cc5532120b86a10fdc0f11fc0f1eeb08.png
title: WhatsApp for Linux
summary: Неоициальный клиент WhatsApp для Desktop
developer:
name: Alberto Mimbrero
name: Enes Hecan
site:
url: https://github.com/mimbrero/whatsapp-desktop-linux
url: https://github.com/eneshecan/whatsapp-for-linux
anchor: github.com
licence:
url: https://mit-license.org/
anchor: MIT
url:
anchor: GPL-3.0 license
translate:
url:
anchor: hosted.weblate.org
anchor:
issue:
url: https://github.com/mimbrero/whatsapp-desktop-linux/issues
url: https://github.com/eneshecan/whatsapp-for-linux/issues
anchor: github.com
flathub:
url: https://flathub.org/ru/apps/io.github.mimbrero.WhatsAppDesktop
url: https://flathub.org/ru/apps/com.github.eneshecan.WhatsAppForLinux
---

# WhatsApp Desktop
# WhatsApp for Linux

WhatsApp for Linux — неофициальный клиент WhatsApp для операционных систем Linux.

![wfL](https://dl.flathub.org/repo/screenshots/com.github.eneshecan.WhatsAppForLinux-stable/1248x702/com.github.eneshecan.WhatsAppForLinux-cc5532120b86a10fdc0f11fc0f1eeb08.png)

## Установка через терминал

WhatsApp Desktop — неофициальный клиент WhatsApp Web для операционных систем Linux.
::: code-group

```shell[apt-get]
su -
apt-get update
apt-get install whatsapp-for-linux
```
```shell[epm]
epm -i whatsapp-for-linux
```
:::

## Установка с помощью Flatpak

При наличии пакета [Flatpak](/flatpak), можно установить **WhatsApp Desktop** одной командой:
При наличии пакета [Flatpak](/flatpak), можно установить **WhatsApp for Linux** одной командой:

```shell
flatpak install flathub io.github.mimbrero.WhatsAppDesktop
flatpak install flathub com.github.eneshecan.WhatsAppForLinux
```
<!--@include: ./parts/install/software-flatpak.md-->

0 comments on commit 2440ab9

Please sign in to comment.