Hi, I’ve had a search for my issue and I can’t find the answer, I have a tumbleweed installation which is running well. It is my primary computer, I used to use KDE Neon, but that had an upgrade that went terribly wrong a year or so ago, so I moved to Tumbleweed.
I’m experimenting using Discover/pkcon/zypper for updates - are there any specific recommendations?
I get an error when I use sudo zypper dup or sudo zypper update
The error is `Repository ‘repo-Kernel:Tools’ is invalid.
[openSUSE-Leap-42.3-Kernel:Tools|https://download.opensuse.org/repositories/Kernel:/tools/openSUSE_Leap_42.3/] Failed to retrieve new repository metadata.
History:
[openSUSE-Leap-42.3-Kernel:Tools|https://download.opensuse.org/repositories/Kernel:/tools/openSUSE_Leap_42.3/] Repository type can’t be determined.
Please check if the URIs defined for this repository are pointing to a valid repository.
Warning: Skipping repository ‘repo-Kernel:Tools’ because of the above error.
Some of the repositories have not been refreshed because of an error.`
What I can’t find is the correct way of fixing this error can anyone help please?
Thank you
You should only update Tumbleweed with zypper dup (as root of course).
When you get problems (error messages), please post the complete zypper dup session (copy/paste including the prompt/command, all output and the next prompt and do the paste using the </> button from the post editor).
When there are messages about repositories not being OK, then also list your repos with zypper lr -d.
BTW, a more elaborate explanation on how to post code:
Repo number 4 is invalid (non existing) and needs to be removed: sudo zypper rr 4
Afterwards perform an upgrade sudo zypper dup
Repo 2 and 3 are untested home repos which will cause problems. Until you have some experience and know how to deal with problems, home repositories are not recommended.