diff --git a/pages/linux/gnome-software.md b/pages/linux/gnome-software.md new file mode 100644 index 0000000000..b5cc8e10d9 --- /dev/null +++ b/pages/linux/gnome-software.md @@ -0,0 +1,20 @@ +# gnome-software + +> Add and remove applications and update your system. +> More information: . + +- 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`