PDA

View Full Version : [ubuntu] Package apt-get update problem.



Vinno
October 31st, 2008, 06:01 AM
(03:25 PM)[vinno@vinno:~]$ sudo apt-get dist-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
2 not fully installed or removed.
After this operation, 0B of additional disk space will be used.
Do you want to continue [Y/n]? Y
Setting up python-mpd (0.2.0-2) ...
pycentral: pycentral pkginstall: not overwriting local files
pycentral pkginstall: not overwriting local files
dpkg: error processing python-mpd (--configure):
subprocess post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of sonata:
sonata depends on python-mpd; however:
Package python-mpd is not configured yet.
dpkg: error processing sonata (--configure):
dependency problems - leaving unconfigured
No apport report written because the error message indicates its a followup error from a previous failure.
Errors were encountered while processing:
python-mpd
sonata
E: Sub-process /usr/bin/dpkg returned an error code (1)


Any, ideas how to fix this?

Edit: nevermind, purge both packages.

Partyboi2
November 1st, 2008, 10:35 AM
have you tried

sudo dpkg --configure -a
sudo apt-get install -f