
OpenSUSE 12.3 Is Out 62
A user writes "OpenSUSE 12.3 is out. There are several methods of downloading, as well as different media. It is also possible to boot the live CD from a USB stick. When using the DVD or Net install ISO, the standard is to select between KDE or GNOME, but XFCE and LXDE are also options. ARM images are available as well. More information about the release can be found in this feature guide."
Favorite Distro (Score:5, Informative)
Thanks to everyone who contributes to OpenSUSE!
I look forward to upgrading (Score:5, Informative)
OpenSUSE 12.2 has been rock solid for me and I can't wait to move to 12.3. Of all the distributions I've tried OpenSUSE seems to have the best KDE support.
Quick upgrade method from 12.2 (Score:5, Informative)
From https://en.opensuse.org/SDB:System_upgrade [opensuse.org] :
Take a look at all repos you have /etc/zypp/repos.d/*
zypper lr
and remove all third party/OBS repos you no longer needs
zypper rr
Change all remaining repo URLs to the new version of the distribution (needs to be run as root)
sed -i 's/12.2/12.3/g'
If you are upgrading from 12.1 or older, add non-oss-update repo
zypper ar -f http://download.opensuse.org/update/12.3-non-oss/ [opensuse.org] repo-update-non-oss
Refresh new repositories (you might be asked to accept new gpg key)
zypper ref
If you haven't removed third party/OBS repositories you may encounter some errors as these repositories may not exist yet or they may have different unguessable URL. It is always recommended to remove them and add their newer version after upgrade.
Now execute the full distribution upgrade. It is strongly recommended that you run this inside GNU screen or tmux to protect the upgrade process in case anything should go wrong with the X session during the upgrade. Packages for both screen and tmux are available in the main openSUSE repositories. tmux is probably a safer bet, because for example if upgrading from 12.1 to 12.2, you would go from a version of GNU screen which uses FIFO pipes to a version which uses UNIX sockets, and GNU screen has a bug which breaks compatibility between these two approaches, which means that you cannot resume a screen session created in 12.1 using the version of screen from 12.2.
zypper dup
With the above command zypper will download all required packages and install them in heaps. To download all packages in advance, use:
zypper dup --download "in-advance"
Comment removed (Score:5, Informative)
Re:De Icaza is gone (Score:3, Informative)
openSUSE is not "a KDE distro". Both Gnome and KDE are on equal terms these days.
- Posted from a freshly installed 12.3 Gnome desktop. Installed from the DVD, which requires a choice between the two but in fact defaults to the Gnome desktop. Only default because G comes before K and the list is alphabetical.