Portal:Slowroll/Topics

Jump to: navigation, search

For an installation from scratch, you can use the installation image provided via the hyperlink above.


For migration from an existing Leap or Tumbleweed installation, follow the steps below.

All non default repositories will be disabled in the process.
Icon-warning.png
Warning: When migrating from Leap add the following repository:
root # zypper addrepo https://download.opensuse.org/slowroll/repo/oss/ leap-to-slowroll

As root run all the following command at once:

root # shopt -s globstar && TMPSR=$(mktemp -d) && zypper --pkg-cache-dir=${TMPSR} download openSUSE-repos-Slowroll && zypper modifyrepo --all --disable && zypper install ${TMPSR}/**/openSUSE-repos-Slowroll*.rpm && zypper dist-upgrade

Default repositories should be as following:


We do not recommend using development repos and packages on top, unless those are specifically compiled for Slowroll. Third party repositories which are not tested with Tumbleweed might break your installation.

Packman might work, but might also break occasionally. There is a special packman repository for Slowroll:

root # zypper ar --refresh -p 70 http://ftp.gwdg.de/pub/linux/misc/packman/suse/openSUSE_Slowroll/Essentials/ packman

Optional packman repository:

Keep Slowroll upgraded

Like Tumbleweed, use zypper dup to upgrade.