Template:UpdatePackage: Difference between revisions

From Open-Xchange
Line 13: Line 13:
=== SUSE Linux Enterprise Server ===
=== SUSE Linux Enterprise Server ===


  $ zypper up
  $ zypper dup


You might need to run
You might need to run

Revision as of 14:32, 3 April 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

SUSE Linux Enterprise Server

$ zypper dup

You might need to run

$ zypper ref

to update the repository metadata before running zypper up.

RedHat Enterprise Linux

$ yum update