Siduction Forum

Siduction Forum => Upgrade Warnings => Topic started by: jsluk on 2024/07/28, 14:56:31

Title: Discover update failed [Solved]
Post by: jsluk on 2024/07/28, 14:56:31
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]
Title: Re: Discover update failed
Post by: eriefisher on 2024/07/28, 23:13:34
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.
Title: Re: Discover update failed [Solved]
Post by: jsluk on 2024/07/29, 04:04:41
Thank you eriefisher.  Your suggestion made all the difference.  I now have all my files up to date per your instructions.  Best regards.