1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-03-28 21:16:20 +01:00

zypper: add link and example about repos management (#6225)

This commit is contained in:
Victorhck 2021-07-14 21:23:26 +02:00 committed by GitHub
parent d669df65f1
commit 5c50041755
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,7 @@
# zypper # zypper
> SUSE & openSUSE package management utility. > SUSE & openSUSE package management utility.
> More information: <https://en.opensuse.org/SDB:Zypper_manual>.
- Synchronize list of packages and versions available: - Synchronize list of packages and versions available:
@ -21,3 +22,7 @@
- Search package via keyword: - Search package via keyword:
`zypper search {{keyword}}` `zypper search {{keyword}}`
- Show information related to configured repositories:
`zypper repos --sort-by-priority`