Skip to content

Commit

Permalink
Обновлено: # Центр обновлений (Gnome Software)
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegShchavelev committed Nov 8, 2023
1 parent d1fed08 commit 2b15f1e
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion docs/gnome-software.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,23 @@ apt-get install gnome-software
```shell[epm]
epm -i gnome-software
```
:::
:::

## Как отключить запрос аутентификация администратора (root пользователя), при удалении приложений.

Необходимо удалить пакет polkit-rule-admin-root через терминал:

::: code-group

```shell[apt-get]
su -
apt-get remove polkit-rule-admin-root
```
```shell[epm]
epm -e polkit-rule-admin-root
```
:::

:::info
polkit-rule-admin-root — правило для набора polkit аутентификации по паролю root
:::

0 comments on commit 2b15f1e

Please sign in to comment.