Apt update not working

Creating a bug report/issue

I have searched the existing open and closed issues

Required Information

  • DietPi version | cat /boot/dietpi/.version
  • Distro version | echo $G_DISTRO_NAME $G_RASPBIAN
  • Kernel version | uname --all
  • Architecture | dpkg --print-architecture
  • SBC model | echo $G_HW_MODEL_NAME or (EG: RPi3)
  • Power supply used | (EG: 5V 1A RAVpower)
  • SD card used | (EG: SanDisk ultra)

Additional Information (if applicable)

  • Software title | (EG: Nextcloud)
  • Was the software title installed freshly or updated/migrated?
  • Can this issue be replicated on a fresh installation of DietPi?
    ← If you sent a “dietpi-bugreport”, please paste the ID here →
  • Bug report ID | echo $G_HW_UUID

Steps to reproduce

Expected behaviour

Actual behaviour

Extra details

- ... APT upgrade
│  - Command: apt-get -y --with-new-pkgs upgrade
│  - Exit code: 100
│  - DietPi version: v9.11.2 (MichaIng/master) | HW_MODEL: 3 | HW_ARCH: 3 |
│ DISTRO: 7
│  - Error log:
│ Reading package lists...
│ Building dependency tree...
│ Reading state information...
│ You might want to run 'apt --fix-broken install' to correct these.
│ The following packages have unmet dependencies:
│  hqplayerd : Depends: libgee-0.8-2 (>= 0.8.3) but it is not installed
│              Depends: libgmpris but it is not installable
│              Depends: libgupnp-av-1.0-3 (>= 0.6.0) but it is not installed
│              Depends: libomp5-14 (>= 3.9.0) but it is not installed

please advise

Did you run the

as instructed?

apt --fix-broken install
after running the command now working fine
Thanks