you can edit the file /var/lib/dpkg/info/language-selector-common.postinst go to the line with this content :
kill $(pgrep -U root '^ls-dbus-backend$') 2>/dev/null
at the end add || true to get this line
kill $(pgrep -U root '^ls-dbus-backend$') 2>/dev/null || true
you can edit the file /var/lib/ dpkg/info/ language- selector- common. postinst go to the line with this content : backend$ ') 2>/dev/null backend$ ') 2>/dev/null || true
kill $(pgrep -U root '^ls-dbus-
at the end add || true to get this line
kill $(pgrep -U root '^ls-dbus-
run apt-get upgrade again
This fix the problem for me