hallo Community,
ich habe eine OpenSuse 11.4 am Laufen - und will nun auf 12.1 upgraden. Da stellt sich die FRAGE - wie mache ich das am einfachsten.
- via DVD - einer Installations-DVD ? - also ohne alles andere platt zu machen!?
- via Zypper-update ?
- oder eben so, dass ich das frisch installiere.
ich habe vor wenigen Minuten das hier im Netz gefunden;:- bin aber nicht so sicher ob das der allerbeste Weg ist...
Hier die Schnellanleitung http://www.howtoforge.com/how-to-upgrade-opensuse-11.4-to-12.1-desktop-and-server
und dann habe ich diese Befehle im Terminal abgearbeitet - und bin ins Stocken gekommen - denn hier hängts - (siehe auch unten)
PackageKit läuft noch (wahrscheinlich aktiv).
Vgl. hier:
Hier nochmals die Schnellanleitung http://www.howtoforge.com/how-to-upgrade-opensuse-11.4-to-12.1-desktop-and-server
hmmm - ich überleg mir das nochmals ob das sinnvoll ist -mit dem Zipper-update....
ich habe eine OpenSuse 11.4 am Laufen - und will nun auf 12.1 upgraden. Da stellt sich die FRAGE - wie mache ich das am einfachsten.
- via DVD - einer Installations-DVD ? - also ohne alles andere platt zu machen!?
- via Zypper-update ?
- oder eben so, dass ich das frisch installiere.
ich habe vor wenigen Minuten das hier im Netz gefunden;:- bin aber nicht so sicher ob das der allerbeste Weg ist...
Hier die Schnellanleitung http://www.howtoforge.com/how-to-upgrade-opensuse-11.4-to-12.1-desktop-and-server
Preliminary Note
The upgrade can be done on the command line or via the YaST module Wagon (if you are on an OpenSUSE desktop). Since the Wagon method is less tested than the command line update, we will use the command line method here for both servers and desktops.
2 Installing the Latest Updates
Before we do the distribution upgrade, we install the latest updates for OpenSUSE 11.4. Open a terminal/command line window and run
zypper repos --uri
to check what repositories are used and enabled on the system. Make sure that the line that contains http://download.opensuse.org/update/11.4/ in the URI column reads Yes in the Enabled column (in this example the Alias is repo-update and the Name is openSUSE-11.4-Update, but these values can differ; the
und dann habe ich diese Befehle im Terminal abgearbeitet - und bin ins Stocken gekommen - denn hier hängts - (siehe auch unten)
PackageKit läuft noch (wahrscheinlich aktiv).
Vgl. hier:
Code:
linux-vi17:/home/martin # zypper repos --uri
# | Alias | Name | Aktiviert | Aktualisieren | URI
--+-------------------------------------------+-------------------------------------------+-----------+---------------+----------------------------------------------------------------------------
1 | Aktualisierungen-für-openSUSE-11.4-11.4-0 | Aktualisierungen für openSUSE 11.4 11.4-0 | Ja | Ja | http://download.opensuse.org/update/11.4/
2 | X11:RemoteDesktop | X11:RemoteDesktop | Ja | Ja | http://download.opensuse.org/repositories/X11:/RemoteDesktop/openSUSE_11.4/
3 | openSUSE-11.4-11.4-0 | openSUSE-11.4-11.4-0 | Ja | Nein | cd:///?devices=/dev/disk/by-id/ata-DVD-RW_IDE1004,/dev/sr0
4 | packman | packman | Ja | Ja | http://ftp.uni-erlangen.de/pub/mirrors/packman/suse/11.4
5 | repo-debug | openSUSE-11.4-Debug | Nein | Ja | http://download.opensuse.org/debug/distribution/11.4/repo/oss/
6 | repo-debug-update | openSUSE-11.4-Update-Debug | Nein | Ja | http://download.opensuse.org/debug/update/11.4/
7 | repo-non-oss | openSUSE-11.4-Non-Oss | Ja | Ja | http://download.opensuse.org/distribution/11.4/repo/non-oss/
8 | repo-oss | openSUSE-11.4-Oss | Ja | Ja | http://download.opensuse.org/distribution/11.4/repo/oss/
9 | repo-source | openSUSE-11.4-Source | Nein | Ja | http://download.opensuse.org/source/distribution/11.4/repo/oss/
linux-vi17:/home/martin # zypper modifyrepo --enable Updates-for-openSUSE-11.4-11.4-0
Repository Updates-for-openSUSE-11.4-11.4-0 nicht gefunden.
linux-vi17:/home/martin # zypper modifyrepo --enable http-download.opensuse.org-82ba1b08
PackageKit blockiert zypper. Dies passiert, wenn Sie ein Aktualisierungsmodul oder eine andere Softwareverwaltungsanwendung verwenden, die PackageKit verwendet.
PackageKit beenden? [ja/nein] (nein): j
PackageKit läuft noch (wahrscheinlich aktiv).
Erneut versuchen? [ja/nein] (nein): j
Hier nochmals die Schnellanleitung http://www.howtoforge.com/how-to-upgrade-opensuse-11.4-to-12.1-desktop-and-server
hmmm - ich überleg mir das nochmals ob das sinnvoll ist -mit dem Zipper-update....