sudo apt-get upgrade fails with this error:
Removing lxdm (0.5.3-1) ...
update-rc.d: error: no runlevel symlinks to modify, aborting!
dpkg: error processing package lxdm (--remove):
subprocess installed post-removal script returned error exit status 1
Errors were encountered while processing:
lxdm
E: Sub-process /usr/bin/dpkg returned an error code (1)Ubuntu服务器16.04.1
无法删除lxdm,其他更新无法安装,有66台ATM,包括安全设备。
发布于 2017-01-20 00:17:48
你能试试:
sudo apt-get install --reinstall lxdm如果成功的话:
sudo apt-get remove --purge lxdmhttps://askubuntu.com/questions/873940
复制相似问题