LinuxCommandLibrary

gnome-software

Add and remove applications and update your system.

TLDR

Launch the GNOME Software GUI if it's not already running

$ gnome-software
copy


Launch the GNOME Software GUI if it's not open, and navigate to the specified page
$ gnome-software --mode [updates|updated|installed|overview]
copy


Launch the GNOME Software GUI if it's not open and view the details of the specified package
$ gnome-software --details [package]
copy


Display the version
$ gnome-software --version
copy

SYNOPSIS

gnome-software [OPTION...]

DESCRIPTION

This manual page documents briefly the gnome-software command.

gnome-software allows you to add and remove applications and update your system.

OPTIONS

-?, --help

Prints a short help text and exits.

--version

Prints the program version and exits.

--mode MODE

Starts gnome-software in the given mode. MODE can be updates, updated, installed or overview. The default mode is overview.

AUTHOR

This manual page was written by Richard Hughes <richard@hughsie.com>.

Copied to clipboard