Skip to content

Commit

Permalink
Добавлено: LibreOffice
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegShchavelev committed Sep 3, 2023
1 parent 49f0751 commit 7bd569a
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions docs/libreoffice.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# LibreOffice

**LibreOffice** — мощный офисный пакет, полностью совместимый с 32/64-битными системами. Переведён более чем на 30 языков мира. Поддерживает большинство популярных операционных систем, включая GNU/Linux, Microsoft Windows и Mac OS X.

## Установка из репозитория <Badge type="warning" text="sysphus" />
**LibreOffice** можно установить любым привычным и удобным способом

**Установка через терминал**
::: code-group

```bash[apt-get]
su -
apt-get update
apt-get install LibreOffice LibreOffice-gtk3
```
```bash[epm]
epm -i LibreOffice LibreOffice-gtk3
```
:::

0 comments on commit 7bd569a

Please sign in to comment.