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:
parent
d669df65f1
commit
5c50041755
1 changed files with 5 additions and 0 deletions
|
@ -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`
|
||||||
|
|
Loading…
Add table
Reference in a new issue