我使用 apt-get dist-upgrade 进行了版本升级,但在升级软件包时出现此错误:
2013-01-24 08:49:32 upgrade debootstrap 1.0.37ubuntu1~lucid1 1.0.39ubuntu0.2
2013-01-24 08:49:32 status half-installed debootstrap 1.0.37ubuntu1~lucid1
首先,我认为 debootstrap 包已损坏,因此我清理了包缓存并重新下载了更新,但没有作用。
然后我尝试删除以前的版本,然后安装这个包,但是我得到了这个:
dpkg: error processing debootstrap (--remove):
Package is in a very bad inconsistent state - you should
reinstall it before attempting a removal.
Errors were encountered while processing:
debootstrap
现在我陷入了不一致的操作系统,因为我无法完成升级,因为这个软件包冲突告诉我执行 dpkg --configure -a ,但它卡在了这里:
Preparing to replace debootstrap 1.0.37ubuntu1~lucid1 (using.../debootstrap_1.0.39ubuntu0.2_all.deb) ...
Unpacking replacement debootstrap ...
那我该怎么办呢?