Operation Manual
zypper --non-interactive patch
To use the options specic to a particular command, type them right after the command.
For example, --auto-agree-with-licenses means applying all needed
patches to the system without asking to conrm any licenses (they will automatically
be accepted):
zypper patch --auto-agree-with-licenses
Some commands require one or more arguments. When using the install command, for
example, you need to specify which package(s) to install:
zypper install mplayer
Some options also require an argument. The following command will list all known
patterns:
zypper search -t pattern
You can combine all of the above. For example, the following command will install
the mplayer and amarok packages from the factory repository while being ver-
bose:
zypper -v install --from factory mplayer amarok
The --from option makes sure to keep all repositories enabled (for solving any depen-
dencies) while requesting the package from the specied repository.
Most Zypper commands have a dry-run option that does a simulation of the given
command. It can be used for test purposes.
zypper remove --dry-run MozillaFirefox
7.1.2 Installing and Removing Software with
Zypper
To install or remove packages use the following commands:
zypper install package_name
zypper remove package_name
Zypper knows various ways to address packages for the install and remove commands:
96 Reference










