From 5c500417552118fa4d70c2cfc9f6c219b4156951 Mon Sep 17 00:00:00 2001 From: Victorhck Date: Wed, 14 Jul 2021 21:23:26 +0200 Subject: [PATCH] zypper: add link and example about repos management (#6225) --- pages/linux/zypper.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pages/linux/zypper.md b/pages/linux/zypper.md index 2db099e4d7..bf18e84d74 100644 --- a/pages/linux/zypper.md +++ b/pages/linux/zypper.md @@ -1,6 +1,7 @@ # zypper > SUSE & openSUSE package management utility. +> More information: . - Synchronize list of packages and versions available: @@ -21,3 +22,7 @@ - Search package via keyword: `zypper search {{keyword}}` + +- Show information related to configured repositories: + +`zypper repos --sort-by-priority`