Dietpi-update Error with release-file pkg.ltec.ch bookworm

Hello,

i was going to start a “dietpi-update” but i get always the same error like this:

The repository ‘Index of /public bookworm Release’ does not have a Release file.

Can anyone help me?
I have searched for a while but have not found anything about this problem.

Dietpi is running on Odroid N2+ (arm64).
Dietpi-Version: 8.18.2 (Bookworm)
new Dietpi-Version for update: 8.20.1
uSD-Card: Sandisk Ultra

Bug report ID:
c495ac3c-9af1-4f89-b54d-2a728faad171

What could i do to get the update working?

Thank you and best regards,
Gerald

Can you share your source file configuration

for i in /etc/apt/sources.list{,.d/*.list}; do echo "$i:"; cat "$i"; done

here the result:

wsdd is already in debian bookworm repositories, so special repository is not needed.

You can remove it with sudo rm /etc/apt/sources.list.d/dietpi-wsdd.list

3 Likes

Ah yes, this has become part of Debian Bookworm packages. Indeed, source file would need to be removed.

Probably the successor package Debian -- Details of package wsdd2 in bookworm

Thank you very very much!! This was the solution do delete this entry with:

sudo rm /etc/apt/sources.list.d/dietpi-wsdd.list

need to correct myself. It’s not a successor but a different package having same/similar functionality written in C. The C variant wsdd2 should be way more lightweight. DietPi-Software | WSDD · MichaIng/DietPi · Discussion #5244 · GitHub