0
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 server 16.04.1

Can't remove lxdm, other updates fail to install, have 66 ATM, including security ones.

David Foerster
  • 36,890
  • 56
  • 97
  • 151

1 Answers1

0

Can you try :

sudo apt-get install --reinstall lxdm

And then, if that succeeds :

sudo apt-get remove --purge lxdm
albert j
  • 1,463