| Server IP : 104.21.25.180 / Your IP : 162.159.115.42 Web Server : Apache/2.4.37 System : Linux almalinux.duckdns.org 4.18.0-553.111.1.el8_10.x86_64 #1 SMP Sun Mar 8 20:06:07 EDT 2026 x86_64 User : ricodeal ( 1046) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/share/doc/gnome-software/ |
Upload File : |
[](https://gitlab.gnome.org/GNOME/gnome-software/pipelines) # Software [Software](https://wiki.gnome.org/Apps/Software) lets you install and update applications and system extensions. A plugin system is used to access software from different sources. Plugins are provided for: - Traditional package installation via PackageKit (e.g. Debian package, RPM). - Next generation packages: [Flatpak](https://flatpak.org/) and [Snap](https://snapcraft.io/). - Firmware updates. - Ratings and reviews using [ODRS](https://odrs.gnome.org/). Software supports showing metadata that closely matches the [AppStream](https://www.freedesktop.org/wiki/Distributions/AppStream/) format. Software runs as a background service to provide update notifications and be a search provider for [GNOME Shell](https://wiki.gnome.org/Projects/GnomeShell). # Building Build locally with: ``` $ meson --prefix $PWD/install build/ $ ninja -C build/ all install $ killall gnome-software $ XDG_DATA_DIRS=install/share:$XDG_DATA_DIRS ./install/bin/gnome-software ``` # Debugging Running with `--verbose` will give detailed logging information.