Re: Inconsistency in zypper
First, I'd recommend that you first try updating your system, the command often resolves inconsistencies which go beyond simply reporting packages, various parts of your system may point to old versions incorrectly.
After the above which should ensure an internally consistent system, if you still see package management issues, you can clean (purge) stored rpm packages and related metadata with the following command. This is safe to do, if your system needs the removed package or data in the future, it will simply be downloaded again.
HTH,
tSU
Re: Inconsistency in zypper
clean -a was the one I was looking for, thanks!