[File Manager] 文件管理器消失了,怎么能找回?
Tofloor
poster avatar
方吉元
deepin
2022-06-11 03:50
Author

update-initramfs: deferring update (trigger activated)
正在处理用于 initramfs-tools (0.137.35-1+dde) 的触发器 ...
update-initramfs: Generating /boot/initrd.img-5.15.34-amd64-desktop
cryptsetup: WARNING: The initramfs image may not contain cryptsetup binaries
nor crypto modules. If that's on purpose, you may want to uninstall the
'cryptsetup-initramfs' package in order to disable the cryptsetup initramfs
integration and avoid this warning.
I: The initramfs will attempt to resume from /dev/sda7
I: (UUID=1589ab51-cd84-4f5b-97a0-6cf7b2cdd0e6)
I: Set the RESUME variable to override this.
live-boot: core filesystems devices utils udev blockdev dns.
cat: 写入错误: 设备上没有空间
update-initramfs: failed for /boot/initrd.img-5.15.34-amd64-desktop with 1.
dpkg: 处理软件包 initramfs-tools (--configure)时出错:
已安装 initramfs-tools 软件包 post-installation 脚本 子进程返回错误状态 1
在处理时有错误发生:
initramfs-tools
E: Sub-process /usr/bin/dpkg returned an error code (1)

Reply Favorite View the author
All Replies
寰宇ζ
deepin
2022-06-11 05:15
#1

没有空间了?

文件管理器安装命令

sudo apt reinstall dde-file-manager
Reply View the author
来自Ubuntu的某位用户
deepin
2022-06-11 05:57
#2
寰宇ζ

没有空间了?

文件管理器安装命令

sudo apt reinstall dde-file-manager

dde-file-manager用不了的话还有替代方案,可以用

caja(mate桌面系文件管理器),

Dolphin(KDE系文件管理器),

PCManFM(LXDE系文件管理器)

Transder(Xfce系文件管理器){不知道拼写对不对}

Nautilus(GNOME系文件管理器)

替代

Reply View the author
方吉元
deepin
2022-06-11 16:57
#3
来自Ubuntu的某位用户

dde-file-manager用不了的话还有替代方案,可以用

caja(mate桌面系文件管理器),

Dolphin(KDE系文件管理器),

PCManFM(LXDE系文件管理器)

Transder(Xfce系文件管理器){不知道拼写对不对}

Nautilus(GNOME系文件管理器)

替代

感 谢。

通过运行下面的语句,重新安装已经救回来了。

 sudo ls -l /var/backups/dpkg.status*
 sudo cp /var/backups/dpkg.status.0 /var/lib/dpkg/status
 sudo apt-get clean && sudo apt-get update
Reply View the author
bigben446
deepin
2022-06-12 05:39
#4
方吉元

感 谢。

通过运行下面的语句,重新安装已经救回来了。

 sudo ls -l /var/backups/dpkg.status*
 sudo cp /var/backups/dpkg.status.0 /var/lib/dpkg/status
 sudo apt-get clean && sudo apt-get update

这是啥原理,可以救回来

Reply View the author
gangzai0707
deepin
2022-06-12 19:11
#5
It has been deleted!
方吉元
deepin
2022-06-13 17:25
#6
bigben446

这是啥原理,可以救回来

看着像是因为一些依赖的原因导致升级失败。重新安装就可以了。

Reply View the author