From d8327bb073abeaac759b79e526cec64a25ab65e9 Mon Sep 17 00:00:00 2001 From: Seth Falco Date: Mon, 21 Mar 2022 12:48:01 +0100 Subject: [PATCH] gnome-software: add page (#7917) --- pages/linux/gnome-software.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pages/linux/gnome-software.md 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`