Template:UpdatePackage: Difference between revisions
From Open-Xchange
(→SLES10) |
|||
Line 1: | Line 1: | ||
== Installing Upgrades == | |||
If you are currently running version 1.0.x of the Mobile Web App, you must remove all packages of the old version before installing the new version 1.1.x. This is needed due to package renaming. The old packages are prefixed with "open-xchange-gui-mobile-v2*", the new version is now prefixed with "open-xchange-mobile*". | |||
=== Debian === | |||
$ apt-get purge open-xchange-gui-mobile-v2 | |||
== Installing Updates == | == Installing Updates == | ||
Revision as of 13:09, 3 April 2012
Installing Upgrades
If you are currently running version 1.0.x of the Mobile Web App, you must remove all packages of the old version before installing the new version 1.1.x. This is needed due to package renaming. The old packages are prefixed with "open-xchange-gui-mobile-v2*", the new version is now prefixed with "open-xchange-mobile*".
Debian
$ apt-get purge open-xchange-gui-mobile-v2
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.