HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

gnome-software — Add and remove applications and update your system. More information: <https://manned.org/gnome-soft

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandremoveandgnome-softwarecliaddapplications
linux

Problem

How to use the gnome-software command: Add and remove applications and update your system. More information: <https://manned.org/gnome-software>.

Solution

gnome-software — Add and remove applications and update your system. More information: <https://manned.org/gnome-software>.

Launch the GNOME Software GUI if it's not already running:
gnome-software


Launch the GNOME Software GUI if it's not open, and navigate to the specified page:
gnome-software --mode {{updates|updated|installed|overview}}


Launch the GNOME Software GUI if it's not open and view the details of the specified package:
gnome-software --details {{package}}


Display version:
gnome-software --version

Code Snippets

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

gnome-software

Launch the GNOME Software GUI if it's not open, and navigate to the specified page

gnome-software --mode {{updates|updated|installed|overview}}

Launch the GNOME Software GUI if it's not open and view the details of the specified package

gnome-software --details {{package}}

Display version

gnome-software --version

Context

tldr-pages: linux/gnome-software

Revisions (0)

No revisions yet.