Skip to content

Commit

Permalink
Обновлено: Cкоректирован блок про удаление GNOME Terminal
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegShchavelev committed Mar 24, 2024
1 parent 729e81e commit 0a371b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/apps/console.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ epm -i console
```
:::

## Удаление gnome-console
## Удаление GNOME Terminal

**Console** можно удалить через терминал:
**GNOME Terminal** можно удалить через терминал:

::: code-group

```shell[apt-get]
su -
apt-get remove -D gnome-Console
apt-get remove gnome-terminal
```
```shell[epm]
epm -e gnome-terminal
Expand Down

0 comments on commit 0a371b4

Please sign in to comment.