I cant update or install any new software

I have dietpi PC 9.11.2 and wanted to update but i cant. It give me error and say retry to retry rerun the last command that failed.
and i try to retry but keeps fail.
it say something 404 not found and an ip adress 195.135… something

what can I do to fix this or do I have to reflash an SD card.

[ INFO ] DietPi-Update | APT update, please wait...
Hit:1 https://deb.debian.org/debian bookworm InRelease
Hit:2 https://deb.debian.org/debian bookworm-updates InRelease
Hit:3 https://deb.debian.org/debian-security bookworm-security InRelease
Hit:4 https://deb.debian.org/debian bookworm-backports InRelease
Ign:5 http://download.opensuse.org/repositories/home:/pragmalin/Debian_10  InRelease
Err:6 http://download.opensuse.org/repositories/home:/pragmalin/Debian_10  Release
  404  Not Found [IP: 195.135.....]
Hit:7 https://dietpi.com/apt bookworm InRelease
Reading package lists...
E: The repository 'http://download.opensuse.org/repositories/home:/pragmalin/Debian_10  Release' does not have a Release file.
[FAILED] DietPi-Update | APT update
 - Command: apt-get -y -eany update
[FAILED] DietPi-Update | Unable to continue, DietPi-Update will now terminate.

This APT repository has been removed: /repositories/home:/pragmalin - openSUSE Download

Debian 10 means Debian Buster, but your other lists show that you are using Bookworm, 2 versions newer. Try this:

sed -i 's/Debian_10/Debian_12/' /etc/apt/sources.list.d/*.list

Then dietpi-update should work again.

Is there a particular reason you added this repository? It seems to provide rpi-imager only, but a very outdated version. Latest is v1.9.4, while the repo ships v1.7.5. If you use the Raspberry Pi Imager, better download a recent package from RPi website:

cd /tmp
wget https://downloads.raspberrypi.org/imager/imager_latest_amd64.deb
apt install ./imager_latest_amd64.deb

So unless there is another good reason to keep that repo, I would just remove it:

grep -r pragmalin /etc/apt/sources.list.d

This print the file which contains the repo. Just remove it. There should be a related key as well, either in /etc/apt/trusted.gpg.d, or /etc/apt/trusted.gpg itself. Since you otherwise use Debian and DietPi repos only, you can remove /etc/apt/trusted.gpg in any case, if it exists.

Thanks
yes it was probably just for rpi imager i dont remember.
I try it later today.