Slashdot Mirror


OpenSUSE 12.3 Is Out

houghi 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."

10 of 62 comments (clear)

  1. Favorite Distro by TheNinjaroach · · Score: 4, Informative

    I've been using OpenSUSE + KDE as my primary workhorse since 9.1. There have been some bumps along the way, but the 12.x series has been rock solid.

    Thanks to everyone who contributes to OpenSUSE!

    --
    I went to eat some animal crackers and the box said, "Do not eat if seal is broken." I opened the box and sure enough..
    1. Re:Favorite Distro by Anonymous Coward · · Score: 4, Funny

      I've been using OpenSUSE + KDE as my primary workhorse since 9.1. There have been some bumps along the way, but the 12.x series has been rock solid.

      Thanks to everyone who contributes to OpenSUSE!

      Nice try, Linus.

  2. I look forward to upgrading by AaronW · · Score: 4, 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.

    --
    This post is encrypted twice with ROT-13. Documenting or attempting to crack this encryption is illegal.
    1. Re:I look forward to upgrading by TheNinjaroach · · Score: 3, Funny

      I'm in the same boat with 12.1 - I won't upgrade it until the hard disk dies!

      --
      I went to eat some animal crackers and the box said, "Do not eat if seal is broken." I opened the box and sure enough..
  3. windows 8 by crutchy · · Score: 4, Funny

    I wouldn't be surprised if win8 runs on a closed & butchered version of the linux kernel and suse

    http://en.wikipedia.org/wiki/SUSE_Linux_distributions#Microsoft_agreement

    how else would they get a decent performance improvement? not to mention a whole new architecture... without plagiarism it would imply that Microsoft is somehow innovating... pffft yeah right

  4. Quick upgrade method from 12.2 by AaronW · · Score: 4, Informative

    From https://en.opensuse.org/SDB:System_upgrade :

    Take a look at all repos you have
    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' /etc/zypp/repos.d/*
    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/ 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"

    --
    This post is encrypted twice with ROT-13. Documenting or attempting to crack this encryption is illegal.
    1. Re:Quick upgrade method from 12.2 by DiamondGeezer · · Score: 4, Funny

      You see? Now that's the sort of simple upgrade that will have all those windows users just green with envy

      --
      Tubby or not tubby. Fat is the question
    2. Re:Quick upgrade method from 12.2 by Anonymous Coward · · Score: 3, Interesting

      It's actually quite easy. The poster is just making the assumption the user is using third party repositories etc, which really isn't all that necessary save for packman.

      My version would sound like
      1. open Yast, go "software", "software repositories"
      2. disable any thirdparty repos you might have. If you don't know what that is, you don't need to.
      3.change all occurrences of 12.2 to 12.3 in all listed urls. Use the edit button to achieve this.
      4. When done, click on the OK button and proceed, then close Yast.
      5. open terminal
      6. become root
      7. zypper ref -> answer all questions with "yes"
      8. zypper dup
      9. Get a cup of coffee.

      If you don't know how to become root, you have no business performing this procedure, just like you'd have no business upgrading your windows installation.

  5. Re:No Live CDs by houghi · · Score: 4, Informative

    They have been tailored towards 1GB USB keys. I personally use the network install without the use of media.

    1) Download linux and initrd from
    http://download.opensuse.org/distribution/12.3/repo/oss/boot/x86_64/loader/ and save them as install.linux and install.initrd
    2) Edit grub1 so the entry reads

    title SSH-Install
      root
      kernel /boot/install.linux install=http://download.opensuse.org/distribution/12.3/repo/oss hostip=192.168.1.200 netmask=255.255.255.0 gateway=192.168.1.1 nameserver=192.168.1.3 showopts
      initrd /boot/install.initrd

    Then boot from that. (Be sure to edit the IP adresses to yours).
    If you add the following to the kernel line, you can even do the install via ssh. Be aware that it will take a time till your ssh is accesible:
    textmode=1 usessh=1 sshpassword="semi-secret"

    Next start with ssh -X -o "UserKnownHostsFile /dev/null" root@[Server to install] and launch yast.
    After the reboot, login again and launch /usr/lib/YaST2/startup/YaST2.ssh for the second stage.

    Great way to install a great XFCE based distribution.

    --
    Don't fight for your country, if your country does not fight for you.
  6. Re:De Icaza is gone by kernelpanicked · · 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.

    --
    Ubuntu: If at first you don't succeed, blindly slap a sudo in front of it