*** This bug is a duplicate of bug 766534 ***
https://bugs.launchpad.net/bugs/766534
apt-get update && apt-get updgrade will still fail as of today. It will
not let you properly install language-selector-common. I have confirmed
that you need to edit a file for post installation:
sudo vi /var/lib/dpkg/info/language-selector-common.postinst
Look for this line:
kill $(pgrep -U root '^ls-dbus-backend$') 2>/dev/null
append || true so that its look like:
kill $(pgrep -U root '^ls-dbus-backend$') 2>/dev/null || true
then run:
sudo apt-get update && sudo apt-get upgrade
This method will fix the issue, a simple apt-get upgrade will not fix the
problems as of yet.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/766412
Title:
package language-selector-common 0.6.7 failed to install/upgrade:
subprocess installed post-installation script returned error exit
status 2
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs