Error uninstalling qBittorrent-nox

I’ve been having qBittorrent fail for a few days, I don’t know why, and of course… I wanted to reinstall it and it gives me an error when reinstalling, uninstalling, forcing the uninstallation, etc… Any ideas? thank you

root@DietPi:~# sudo apt purge --autoremove -y qbittorrent-nox
Leyendo lista de paquetes... Hecho
Creando árbol de dependencias... Hecho
Leyendo la información de estado... Hecho
Los siguientes paquetes se ELIMINARÁN:
  qbittorrent-nox*
0 actualizados, 0 nuevos se instalarán, 1 para eliminar y 0 no actualizados.
Se liberarán 6.606 kB después de esta operación.
dpkg: error fatal irrecuperable, abortando:
 loading files list file for package 'libxcb-glx0:armhf': cannot read /var/lib/dpkg/info/libxcb-glx0:armhf.list (Error de entrada/salida)
E: Sub-process /usr/bin/dpkg returned an error code (2)

Looks like some I/O errors on your system. Can you check for kernel error messages:

dmesg -l 0,1,2,3

As well try to force some file system check on next reboot:

> /forcefsck
reboot
# then after reboot
journalctl -t systemd-fsck
root@DietPi:~# dmesg -l 0,1,2,3
[    0.586136] bcm2708_fb soc:fb: Unable to determine number of FBs. Disabling driver.
[   74.896081] mmc0: Got data interrupt 0x00000002 even though no data operation was in progress.
[   83.128084] mmc0: Got data interrupt 0x00000002 even though no data operation was in progress.
[   91.456046] mmc0: Got data interrupt 0x00000002 even though no data operation was in progress.
[   91.456489] I/O error, dev mmcblk0, sector 4933168 op 0x0:(READ) flags 0x80700 phys_seg 1 prio class 2
[   99.659082] mmc0: Got data interrupt 0x00000002 even though no data operation was in progress.
[  107.855073] mmc0: Got data interrupt 0x00000002 even though no data operation was in progress.
[  116.195079] mmc0: Got data interrupt 0x00000002 even though no data operation was in progress.
[  116.195271] I/O error, dev mmcblk0, sector 4933168 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 2
[  150.426080] mmc0: Got data interrupt 0x00000002 even though no data operation was in progress.
[  158.625077] mmc0: Got data interrupt 0x00000002 even though no data operation was in progress.
[  166.989080] mmc0: Got data interrupt 0x00000002 even though no data operation was in progress.
[  166.989265] I/O error, dev mmcblk0, sector 4933168 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 2
[  283.700071] mmc0: Got data interrupt 0x00000002 even though no data operation was in progress.
[  291.897070] mmc0: Got data interrupt 0x00000002 even though no data operation was in progress.
[  300.227066] mmc0: Got data interrupt 0x00000002 even though no data operation was in progress.
[  300.227237] I/O error, dev mmcblk0, sector 4933168 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 2
[  381.028063] mmc0: Got data interrupt 0x00000002 even though no data operation was in progress.
[  389.225066] mmc0: Got data interrupt 0x00000002 even though no data operation was in progress.
[  397.436063] mmc0: Got data interrupt 0x00000002 even though no data operation was in progress.
[  397.436219] I/O error, dev mmcblk0, sector 4933168 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 2
[  936.168045] mmc0: Got data interrupt 0x00000002 even though no data operation was in progress.
[  944.365048] mmc0: Got data interrupt 0x00000002 even though no data operation was in progress.
[  952.693047] mmc0: Got data interrupt 0x00000002 even though no data operation was in progress.
[  952.693245] I/O error, dev mmcblk0, sector 4933168 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 2

looks like your SD card is gone. Did you tried the fs check I proposed above?

Yes, it’s supposed to be doing it. It’s just that I can’t look at it because I access it through putty

Should I use another SD then and start over?

following you can do, just to give it a try

I’m very new to all this. Should I copy all that and put it as a command?

this one first to enable the fs check and reboot your system

Something weird happens. It is checking the files and when it finishes it says to press Ctrl + D to continue or enter the pass, if I do the first it checks again, and I continue to do the second it gives me an error in the pass when it is the one I always use

And it does not let me access by putty to put capture

I would say your SD card is gone.

Ok, So I’ll use another. thank you