"zypper update" is looking for an obslete version that doesn't exist

I am trying to do a regular system update with “sudo zypper refresh” then “sudo zypper update” today, however it can’t proceed with the error:

./Essentials/x86_64/libstreamanalyzer0-0.7.8-13.15.x86_64.rpm’ not found on medium ‘http://ftp.gwdg.de/pub/linux/packman/suse/openSUSE_13.2/

I looked in that address there indeed wasn’t version libstreamanalyzer0-0.7.8-13.15.x86_64.rpm" but “libstreamanalyzer0-0.7.8-13.16.x86_64.rpm”

If the update had tried to find the newest version 13.16 it would have found it?

Please post:

zypper lr -uP

Does a

zypper clean -a

help?

Hi,

You can try refreshing again before the update and see if it helps.

Does a

zypper clean -a

help?

Thanks. This helps. I did a simple “zypper clean” before but it didn’t help. I didn’t know about this -a thing.