Can't update deConz 2.32.4 beta

I’m running conbee 2 with deConz 2.32.4 beta on raspberry pi (bookworm) and wanted to update to V33.2 stable. First I tried to update, using console, with “sudo systemctl stop deconz” and "wget -O deconz-latest.deb https://deconz.dresden-elektronik.de/raspbian/stable/deconz-latest.deb" (see tutorial update deConz manually). No success: 2026-08-21 17:12:46 ERROR 404: Not Found.

After that, I tried with “wget -O deconz-2.33.2-qt5.deb https://deconz.dresden-elektronik.de/raspbian/stable/deconz-2.33.2-qt5.deb”. The file was downloaded, but when I trie to install, I get this error:

dpkg: regarding deconz-2.33.2-qt5.deb containing deconz:armhf:
deconz:armhf conflicts with deconz-qt6
deconz-qt6 (version 2.32.4-beta) is present and installed.

dpkg: error processing archive deconz-2.33.2-qt5.deb (–install):
conflicting packages - not installing deconz:armhf
Errors were encountered while processing:
deconz-2.33.2-qt5.deb

I’m unable to find deconz-2.33.2-qt6.deb. Under Index of /raspbian/stable/ there are only qt5 versions listed.

So I tried to uninstall deConz by “sudo apt remove deconz”. Nothing happened, deConz is still running.

I’m at a loss and don’t know how to continue. Can anybody help?
Thanks

Right, the file https://deconz.dresden-elektronik.de/raspbian/stable/deconz-latest.deb have problem.

Have you take a look here ( apt get install deconz-qt6) > Debain 13 und deconz - #6 by keinstein

sudo systemctl stop deconz
sudo apt remove deconz

But not sure you have installed it using package procedure.

dpkg --get-selections | grep deconz

It looks like not installed by using package procedure.

dpkg --get-selections | grep deconz

shows: deconz-qt6 install

I think, apt get install deconz-qt6 doesn’t make sense.
As the app is running, I will wait, till the problems with the update files are solved.
Thanks a lot for your response!

So if you have this version ATM this command line need to update your version nope ?

I’m sorry, I do not understand your reply.
ATM?
nope?

Does it mean, with

“apt get install deconz-qt6”
in console I can update my version?

Do you have any advice how I can get rid of (uninstall) this version not installed by package?