mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-07 07:15:41 +02:00
696 B
696 B
zypper
SUSE & openSUSE package management utility. For equivalent commands in other package managers, see https://wiki.archlinux.org/title/Pacman/Rosetta. More information: https://en.opensuse.org/SDB:Zypper_manual.
- Synchronize list of packages and versions available:
zypper {{[ref|refresh]}}
- Install a new package:
zypper {{[in|install]}} {{package}}
- Remove a package:
zypper {{[rm|remove]}} {{package}}
- Upgrade installed packages to the newest available versions:
zypper {{[up|update]}}
- Search package via keyword:
zypper {{[se|search]}} {{keyword}}
- Show information related to configured repositories:
zypper {{[lr|repos]}} --sort-by-priority