実行すると、sudo apt-get upgrade
次の結果が表示されます。
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)
まず、Ubuntuを使用します。オペレーティングシステムの問題かもしれないと思ってDebianに切り替えました。sudo apt-get
このエラーにより、関連するすべてのコマンドが失敗します。
私のコンピュータには十分な記憶容量(3TB)がありますが、約1%しか使用していません。
@Stéphane Chazelasの出力は次のとおりです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% /
を試しましたが、sudo apt-get autoremove && sudo apt-get clean
常にこのエラーが発生します。
この問題をどのように解決できますか?