Forrest logo
back to context overview

zypper

List of commands for zypper:

  • zypper:ai:dc862 How to install php 8.4 on suse
    $ zypper ar https://download.opensuse.org/repositories/devel:/languages:/php/openSUSE_Tumbleweed/devel:languages:php.repo && zypper ref && zypper in php8.4
    try on your machine
    explain this command
  • zypper:tldr:0f3d2 zypper: Install a new package.
    $ zypper install ${package}
    try on your machine
    explain this command
  • zypper:tldr:35cb5 zypper: Upgrade installed packages to the newest available versions.
    $ zypper update
    try on your machine
    explain this command
  • zypper:tldr:362c5 zypper: Remove a package.
    $ zypper remove ${package}
    try on your machine
    explain this command
  • zypper:tldr:567b4 zypper: Show information related to configured repositories.
    $ zypper repos --sort-by-priority
    try on your machine
    explain this command
  • zypper:tldr:af4c7 zypper: Search package via keyword.
    $ zypper search ${keyword}
    try on your machine
    explain this command
  • zypper:tldr:d466a zypper: Synchronize list of packages and versions available.
    $ zypper refresh
    try on your machine
    explain this command
back to context overview