The new openSUSE 13.2 is out , but that's not all that's new from SUSE. Along with this release, the new openSUSE Rolling Release , Tumbleweed, has also been launched, and Factory will continue to be a distribution for the ongoing development of openSUSE.
Where do I download openSUSE Tumbleweed from?
From the link that we leave below:
Currently, the image shown at the given link is still for Factory, but it will be available under the name Tumbleweed in a few days. It's worth noting that those using Factory can switch to Tumbleweed without reinstalling. Once installed, you'll need to change the repositories (this won't be necessary once the new ISOs are released).
Go for it.
Open terminal and run as root:
mkdir /etc/zypp/repos.d/old mv /etc/zypp/repos.d/*.repo /etc/zypp/repos.d/old zypper ar -f -c http://download.opensuse.org/ tumbleweed / repo / oss repo-oss zypper ar -f -c http://download.opensuse.org/tumbleweed/repo/non-oss repo-non-oss zypper ar -f -c http: //download.opensuse. org / tumbleweed / repo / debug repo-debug zypper ar -f -d -c http://download.opensuse.org/tumbleweed/repo/src-oss repo-src-oss zypper ar -f -d -c http: //download.opensuse.org/tumbleweed/repo/src-non-oss repo-src-non-oss
We update the distro:
zypper dup
And ready :). They already have their Tumbleweed.
More info: http://en.opensuse.org/Portal:Tumbleweed
We can also add the Packman repository once the distribution is updated (recommended):
zypper ar -f -n packman-essentials http://packman.inode.at/suse/openSUSE_Tumbleweed/Essentials/ packman-essentials
and update everything with:
zypper up zypper install-new-recommends zypper dup
All the best desdelinuxeros :).