LINUX.ORG.RU
ФорумAdmin

у кого нормально не обновилась kubuntu


0

1

http://ubuntuforums.org/showpost.php?p=10695876&postcount=6

Re: language-selector-common and python2.6 halts upgrade
You have to go to the terminal and do the following steps:

Code:

gksu gedit /var/lib/dpkg/info/language-selector-common.postinst

(if you do not have gedit installed use any other editor instead)

search for the line:
kill $(pgrep -U root '^ls-dbus-backend$') 2>/dev/null

and change it to
kill $(pgrep -U root '^ls-dbus-backend$') 2>/dev/null || true

save and close

then run

Code:

sudo apt-get install -f upgrade

should work...

★★★★★

Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.