
Cuando lo ejecuto sudo apt-get upgrade
, obtengo este resultado:
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n]
Setting up initramfs-tools (0.142) ...
update-initramfs: deferring update (trigger activated)
Processing triggers for initramfs-tools (0.142) ...
update-initramfs: Generating /boot/initrd.img-6.1.0-18-amd64
E: /usr/share/initramfs-tools/hooks/fuse failed with return 1.
update-initramfs: failed for /boot/initrd.img-6.1.0-18-amd64 with 1.
dpkg: error processing package initramfs-tools (--configure):
installed initramfs-tools package post-installation script subprocess returned error exit status 1
Errors were encountered while processing:
initramfs-tools
E: Sub-process /usr/bin/dpkg returned an error code (1)
Primero usé Ubuntu. Pensé que quizás el problema era el sistema operativo, así que me cambié a Debian. Todos sudo apt-get
los comandos relacionados fallan debido a este error.
Mi máquina tiene suficiente almacenamiento (3 TB) y solo uso alrededor del 1%.
@Stéphane Chazelas Aquí está el resultado de df -T / /tmp /boot
:
Filesystem Type 1K-blocks Used Available Use% Mounted on
/dev/nvme1n1p2 ext4 1920224544 377924596 1444684128 21% /
/dev/nvme1n1p2 ext4 1920224544 377924596 1444684128 21% /
/dev/nvme1n1p2 ext4 1920224544 377924596 1444684128 21% /
Intenté usarlo sudo apt-get autoremove && sudo apt-get clean
, pero siempre vuelve a aparecer este error.
¿Cómo puedo arreglar esto?