mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-15 17:48:49 +00:00
Update cheatsheets
This commit is contained in:
25
linux/gnome-software
Normal file
25
linux/gnome-software
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
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://apps.gnome.org/app/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 the version:
|
||||
|
||||
`gnome-software --version`
|
||||
Reference in New Issue
Block a user