mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
26 lines
637 B
Plaintext
26 lines
637 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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`
|