My dpkg
is broken, so I can't upgrade packages. Running sudo dpkg --configure -a
produces:
ben@Friday:~$ sudo dpkg --configure -a
Setting up pop-default-settings (4.0.6~1611854075~20.04~6a2277e) ...
Leaving
Leaving
Leaving
Leaving
Leaving
Leaving
Leaving
Leaving
dpkg-divert: error:
dpkg: error processing package pop-default-settings (--configure):
installed pop-default-settings package post-installation script subprocess returned error exit status 2
dpkg: dependency problems prevent configuration of pop-desktop:
pop-desktop depends on pop-default-settings; however:
Package pop-default-settings is not configured yet.
dpkg: error processing package pop-desktop (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
pop-default-settings
pop-desktop
I am concerned about pop-default-settings
and oem-release
both being core system packages trying to divert the same file. (I don't work with dpkg much, so I am hesitant to just remove one of the diversions.) I have searched around and not found good results for exactly this error. Any suggestions for how to address this? Should I remove a divert? Which one?