dpkg-divert:错误:从 16.04 升级到 16.10 后重命名涉及覆盖错误

dpkg-divert:错误:从 16.04 升级到 16.10 后重命名涉及覆盖错误

将 Ubuntu 16.04 升级到 16.10 后出现一个奇怪的错误。

软件更新程序建议部分更新:

无法安装“systemd-shim”

升级将继续,但“systemd-shim”包可能未处于工作状态。请考虑提交有关此问题的错误报告。

subprocess installed post-removal script returned error exit status 2

sudo apt-get update没有任何错误地完成。

sudo apt-get remove输出这个

The following packages will be REMOVED:
  systemd-shim
0 to upgrade, 0 to newly install, 1 to remove and 0 not to upgrade.
1 not fully installed or removed.
After this operation, 71.7 kB disk space will be freed.
Do you want to continue? [Y/n] y
(Reading database ... 1451244 files and directories currently installed.)
Removing systemd-shim (9-1bzr4ubuntu1) ...
Removing 'diversion of /usr/share/dbus-1/system-services/org.freedesktop.systemd1.service to /usr/share/dbus-1/system-services/org.freedesktop.systemd1.service.systemd by systemd-shim'
dpkg-divert: error: rename involves overwriting '/usr/share/dbus-1/system-services/org.freedesktop.systemd1.service' with
  different file '/usr/share/dbus-1/system-services/org.freedesktop.systemd1.service.systemd', not allowed
dpkg: error processing package systemd-shim (--remove):
 subprocess installed post-removal script returned error exit status 2
Errors were encountered while processing:
 systemd-shim
E: Sub-process /usr/bin/dpkg returned an error code (1)

请帮我修复这个错误。谢谢。

答案1

  1. 使用终端,重命名/usr/share/dbus-1/system-services/org.freedesktop.systemd1.service/usr/share/dbus-1/system-services/org.freedesktop.systemd1.service.bak

    sudo mv /usr/share/dbus-1/system-services/org.freedesktop.systemd1.service /usr/share/dbus-1/system-services/org.freedesktop.systemd1.service.bak
    
  2. 继续再次运行sudo apt upgrade

希望不会再systemd-shim出现更多错误。

如果有任何问题,请将文件重命名为原来的名称。

相关内容