博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
[更新问题]无法在安装新的版本前,为“./boot/vmlinuz-2.6.24-19-generic”做一个符号链接备份...
阅读量:6992 次
发布时间:2019-06-27

本文共 620 字,大约阅读时间需要 2 分钟。

hot3.png

关于更新中出现的问题:我在升级的时候,出现一个问题:

E: /var/cache/apt/archives/linux-image-2.6.24-19-generic_2.6.24-19.43_i386.deb:
无法在安装新的版本前,为“./boot/vmlinuz-2.6.24-19-generic”做一个符号链接备份
solution:终端输入命令:
sudo rm -fv /boot/initrd.img-2.6.24*.bak
sudo rm -fv /boot/vmlinuz-2.6.24-19-generic
sudo rm -fv /boot/initrd.img-2.6.24-19-generic
sudo rm -fv /boot/config-2.6.24-19-generic
sudo rm -fv /boot//abi-2.6.24-19-generic
sudo rm -fv /boot/System.map-2.6.24-19-generic
然后更新。
之后又出现了这个下面这个问题:
E: linux-image-2.6.24-19-generic: 子进程 post-installation script 返回了错误号 17
终端下输入 sudo dpkg --configure -a 就行了

转载于:https://my.oschina.net/darkness/blog/510205

你可能感兴趣的文章