I'm quite sure you've already solved this via help on IRC, but for future
reference and for others I'll still answer your questions.
CC-ing 830514 as the procedure is the same.
It's not that a package was removed, but that not all framework packages are
at the same version.
"dpkg -S $(which krunner)" which returns:
plasma-workspace: /usr/bin/krunner
If you then run the reportbug utility on it like this:
reportbug plasma-workspace -p -O
You'll see a list of dependencies and recommended packages and their versions
and that way you'd see the version mismatch that caused your issues.
Then making sure all the framework packages are at either 5.22 or 5.23 should
fix the issue.
The reportbug utility is normally used to actually report bugs, but the '-p'
switch makes it print to stdout, ie your Konsole window, instead of sending a
mail and the '-O' disables external queries as we're not interested in it for
this procedure.
You still need to answer the normal questions, but you can enter 'dummy' data
into it as we're only interested in the list of dependencies and recommended
packages and their versions.
HTH,
Diederik