Skip to content

GNOME Software

GNOME Software is the official utility for the GNOME desktop environment, which allows you to find and install new applications and system extensions, as well as remove existing ones.

The GNOME Software provides recommended and popular apps with descriptions and several screenshots of them. You can find apps by browsing by category or using the search function. The Application Center also allows you to update the system using deferred updates.

Installation from repository

Application Center can be installed via the terminal:

shell
su -
apt-get update
apt-get install gnome-software
shell
epm -i gnome-software

How to disable the administrator (root user) authentication request when deleting applications

You need to remove the polkit-rule-admin-root package via the terminal:

shell
su -
apt-get remove polkit-rule-admin-root
shell
epm -e polkit-rule-admin-root

Информация

polkit-rule-admin-root - rule for dialing polkit authentication using root password

Published under the GPL-3.0+ license. The content is available under the CC BY-SA 4.0 license, unless otherwise specified.