Hi all,
I generally use apt update and apt upgrade. But there are some programs specific to KDE that I need to use the discover update feature. When I select the update all button, I get this error message. Please help and thanks.
"Dependency resolution failed:
The following packages have unmet dependencies:
libgnustep-base1.29: Depends: gnustep-base-common (= 1.29.0-7) but 1.30.0-4 is to be installed
Recommends: gnustep-base-runtime (= 1.29.0-7+b2) but 1.30.0-4 is to be installed"[language=english][/language]
Two things I see:
1- You should be using full-upgrade or dist-upgrade instead of upgrade alone.
apt update && apt dist-upgrade
2- You are trying to install mix matched versions. The previous suggestion may help here.
Thank you eriefisher. Your suggestion made all the difference. I now have all my files up to date per your instructions. Best regards.