Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic: [EN] Discover update failed [Solved]  (Read 2788 times)

Offline jsluk

  • User
  • Posts: 8
[EN] Discover update failed [Solved]
« 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"
« Last Edit: 2024/07/29, 04:05:08 by jsluk »

Offline eriefisher

  • User
  • Posts: 336
Re: Discover update failed
« Reply #1 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.
Code: [Select]
apt update && apt dist-upgrade
2- You are trying to install mix matched versions. The previous suggestion may help here.
I AM CANADIAN!

Offline jsluk

  • User
  • Posts: 8
Re: Discover update failed [Solved]
« Reply #2 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.