How to – Fix “Repository ‘openSUSE-Leap-15.2-PHP-Applications’ is invalid.”
Just a short article to fix this issue for Leap 15.2. First you need to list your repo’s and remove the one labeled PHP-Applications, for my installs its been number 8. The following commands will show you how to find which one and remove it:
- zypper lr
- zypper rr 8
Now to add the new repo:
- zypper addrepo https://download.opensuse.org/repositories/server:php:applications/openSUSE_Leap_15.2/server:php:applications.repo
You can now zypper ref and zypper up as needed, I hope this helps
Chris aka carpenox
Leave a Reply