System Grab Bag

View all TLDR pages from Linux (or from all pages)

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 refresh
  • Install a new package:
    zypper install {{package}}
  • Remove a package:
    zypper remove {{package}}
  • Upgrade installed packages to the newest available versions:
    zypper update
  • Search package via keyword:
    zypper search {{keyword}}
  • Show information related to configured repositories:
    zypper repos --sort-by-priority

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.