Template:UpdatePackage: Difference between revisions
From Open-Xchange
No edit summary |
(→SLES10) |
||
Line 16: | Line 16: | ||
$ yum update | $ yum update | ||
==== SLES11 ==== | ==== SLES11 ==== |
Revision as of 15:11, 31 January 2012
Installing Updates
Debian
$ apt-get update
$ apt-get upgrade
If you want to see, what apt-get is going to do without actually doing it, you can run:
$ apt-get upgrade -s
RPM based distributions
RHEL
$ yum update
SLES11
$ zypper up
You might need to run
$ zypper ref
to update the repository metadata before running zypper up.