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.4try on your machineexplain this command
-
zypper:tldr:0f3d2 zypper: Install a new package.$ zypper install ${package}try on your machineexplain this command
-
zypper:tldr:35cb5 zypper: Upgrade installed packages to the newest available versions.$ zypper updatetry on your machineexplain this command
-
zypper:tldr:362c5 zypper: Remove a package.$ zypper remove ${package}try on your machineexplain this command
-
zypper:tldr:567b4 zypper: Show information related to configured repositories.$ zypper repos --sort-by-prioritytry on your machineexplain this command
-
zypper:tldr:af4c7 zypper: Search package via keyword.$ zypper search ${keyword}try on your machineexplain this command
-
zypper:tldr:d466a zypper: Synchronize list of packages and versions available.$ zypper refreshtry on your machineexplain this command