Portal:Slowroll/Topics
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.
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:
update-slowroll enabled URL:http://download.opensuse.org/update/slowroll/repo/oss repo-non-oss enabled URL:http://download.opensuse.org/slowroll/repo/non-oss repo-openh264 enabled URL:http://codecs.opensuse.org/openh264/openSUSE_Tumbleweed repo-oss enabled URL:http://download.opensuse.org/slowroll/repo/oss repo-oss-debug disabled URL:http://download.opensuse.org/debug/slowroll/repo/oss repo-oss-source disabled URL:http://download.opensuse.org/source/slowroll/repo/oss
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.