手工安装dpkg


From your logfiles it looks like a problem with libqt4-xmlpatterns
Please have a look here (if you have not yet done so): http://askubuntu.com/a/167933/83946
That question is about the same software package.

Basically, do the following in a terminal:

apt-get download libqt4-xmlpatterns:i386
apt-get download libqt4-xmlpatterns:amd64
sudo dpkg -i libqt4-xmlpatterns*.deb
sudo dpkg --configure -a

你可能感兴趣的:(手工安装dpkg)