mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 08:02:08 +02:00
gnome-software: add page (#7917)
This commit is contained in:
parent
f3b986941a
commit
d8327bb073
1 changed files with 20 additions and 0 deletions
20
pages/linux/gnome-software.md
Normal file
20
pages/linux/gnome-software.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
# 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 specified package:
|
||||
|
||||
`gnome-software --details {{package_name}}`
|
||||
|
||||
- Display the version:
|
||||
|
||||
`gnome-software --version`
|
Loading…
Add table
Reference in a new issue