TLDR
Enter a command. For example: btrfs version, iostat, viewnior.

zypper

 
SUSE & openSUSE package management utility. 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

This is a tldr pages (source, CC BY 4.0) web wrapper for cheat-sheets.org. All commands, popular commands, most used linux commands. Referrals. Progressive Web Application (PWA) version to install on your device.