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)
이 오류를 해결하도록 도와주세요. 감사합니다.