Source and debug repos keep getting added to repolist

The rpmsave file started by openSUSE-repos contains the debug repos. For some reason it does not contain the source code repos. Would I not keep reinstalling them which is not what I want to do?

(base) tom@mydesktop: ~ $ ls -la /etc/zypp/repos.d/*.rpmsave
-rw-r--r-- 1 root root 254 Jun 20 00:51 /etc/zypp/repos.d/repo-backports-debug-update.repo.rpmsave
-rw-r--r-- 1 root root 177 Jul 10 12:28 /etc/zypp/repos.d/repo-backports-update.repo.rpmsave
-rw-r--r-- 1 root root 168 Jul 10 12:28 /etc/zypp/repos.d/repo-non-oss.repo.rpmsave
-rw-r--r-- 1 root root 234 Jun 20 00:51 /etc/zypp/repos.d/repo-sle-debug-update.repo.rpmsave
-rw-r--r-- 1 root root 159 Jul 10 12:28 /etc/zypp/repos.d/repo-sle-update.repo.rpmsave
-rw-r--r-- 1 root root 171 Jul 10 12:28 /etc/zypp/repos.d/repo-update-non-oss.repo.rpmsave
(base) tom@mydesktop: ~ $ 

But it also does not contain science, games, graphics, education, geo, and electronics that are in my repo list.

It is absolutely not hard to understand and achive.

Simply delete the rpmsave files for the debug repos (as you don’t want them). As the source and other important rpmsave files are missing, you already tinkered with your repo list prior installation of the openSUSE-repos-* packages. You need to add the missing repos. Have a look which repos belong to a standard Leap installation:
https://en.opensuse.org/Package_repositories

Delete the debug repo backups:

sudo rm /etc/zypp/repos.d/repo-backports-debug-update.repo.rpmsave
sudo rm /etc/zypp/repos.d/repo-sle-debug-update.repo.rpmsave

Then follow the instructions from github to restore the base repos.
Add the missing repos according the linked SDB.

And your science, games, graphics, education, geo, and electronics repos stays untouched as they are absolutely not related to the openSUSE-repos-* packages.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.