How do I "undo" slowroll and go back to tumbleweed?

I am currently on slowroll, I set it up about a year ago before there was an ISO available, how I do undo the sources so that the normal tumbleweed repos are used?
There aren’t instructions to do this on the slowroll page for some reason.

Replace openSUSE-repos-Slowroll with openSUSE-repos-Tumbleweed

where do i do that?

In YaST Software or via zypper in openSUSE-repos-Tumbleweed and zypper rm openSUSE-repos-Slowroll

Reading installed packages...
'openSUSE-repos-Slowroll' not found in package names. Trying capabilities.
No provider of 'openSUSE-repos-Slowroll' found.
Resolving package dependencies...
Nothing to do.

that’s when I tried to remove it

Show zypper lr -d

# | Alias          | Name           | Enabled | GPG Check | Refresh | Priority | Type   | URI
           | Service
--+----------------+----------------+---------+-----------+---------+----------+--------+------------------------------------------------------------------------------+--------
1 | base-non-oss   | base-non-oss   | Yes     | (r ) Yes  | Yes     |   99     | rpm-md | http://cdn.opensuse.org/slowroll/repo/non-oss/
           |
2 | base-oss       | base-oss       | Yes     | (r ) Yes  | Yes     |   99     | rpm-md | http://cdn.opensuse.org/slowroll/repo/oss/
           |
3 | base-oss-debug | base-oss-debug | No      | ----      | ----    |   99     | N/A    | https://download.opensuse.org/debug/slowroll/repo/oss/
           |
4 | base-src-oss   | base-src-oss   | No      | ----      | ----    |   99     | N/A    | http://cdn.opensuse.org/slowroll/repo/src-oss/
           |
5 | h264           | h264           | Yes     | (r ) Yes  | Yes     |   99     | rpm-md | http://codecs.opensuse.org/openh264/openSUSE_Tumbleweed/
           |
6 | packman        | packman        | Yes     | (r ) Yes  | Yes     |   70     | rpm-md | http://ftp.gwdg.de/pub/linux/misc/packman/suse/openSUSE_Slowroll/Essentials/ |
7 | update         | update         | Yes     | (r ) Yes  | Yes     |   80     | rpm-md | http://cdn.opensuse.org/update/slowroll/repo/oss/
           |

So you did not add the Tumbleweed repos yet. Add them via

sudo zypper ar -f http://download.opensuse.org/tumbleweed/repo/oss/ OSS
sudo zypper ar -f http://download.opensuse.org/tumbleweed/repo/non-oss/ NON-OSS
sudo zypper ar -f http://download.opensuse.org/update/tumbleweed/ UPD

Afterwards you can remove the Slowroll repos.

Also the packman repo needs to be exchanged against the Tumbleweed repo. But this can easily be done by using YaST-> Software repositories and exchanging the openSUSE_Slowroll part in the URL against openSUSE_Tumbleweed

This was originally a tumbleweed install which I converted to slowroll using the instructions that were on the wiki about a year ago.

Ok that worked as it has brought in about 800MB of new updates. Where do I remove the slowroll repos from?

You can use YaST → Software repositories to remove them. All with “Slowroll” in the URL can be deleted. If you are unsure you can provide zypper lr -d afterwards again.

I’m not using a DE. Is there some way to remove them from the command line?

Yes. Simply
sudo zypper rr <reponumber>

The repo number you will get from the output from zypper lr -d. Be aware that if you only remove one repo at once, the repo numbers of the remaining repos will change. So better remove all unwanted repos at once by listing them in order. Here an example line (change the numbers so that they apply to your actual repo numbers):
sudo zypper rr 1 3 5 6 7

If you are still unsure, post the output of your actual repos via zypper lr -d and i can provide you with the correct remove command (numbers).

Thenn you should at least consult

man zypper

I assume you will not want to ask here about every single step you need to do with zyyper , but first try to find it reading the man page and only ask here when you do not understand something there.

We were BTW talking about using YaST. YaST will work when not using a DE (or not even a GUI). Did you even try the command from a terminal emulator or console?

yast

yes I did.

And?

I think I quit from this topic. Wishing success.

Sorry, I am trying to do too much at the same time. I ended up reinstalling Opensuse but the thing I was trying to do is still not working.

Thanks anyway but I’m switching back to Ubuntu for reasons unrelated to what I asked about in this thread.

Sorry for joining in this discussion late, but I hope it is not too late…

Let me share a bit: I switched from Ubuntu to openSUSE last year. When I was doing the switching, I did suffer quite a lot, and did the installation more than 5 times… Eventually I settled with openSUSE Leap and am using and loving it now. I truly understand that switching to other Linux distro from Ubuntu would face some hardship and frustration, especially Ubuntu is really a great and easy distro.

Anyway, just a question to take a chance: would you give one more chance to try openSUSE once again? It seems that you have ever tried to roll back from Slowroll to Tumbleweed, and if I am not mistaken you have even tried to reinstall openSUSE by formatting the partition but did not work? If you don’t mind giving another try, let’s talk. But of course, if you think keeping back to Ubuntu would make life easier, then I understand and respect that, as Ubuntu is really a great Linux distro.