PDA

View Full Version : [ubuntu] Cpplets Update Dependency Error



dmaris
January 21st, 2009, 03:35 PM
Installed ubuntu 8.04 on another computer from purchased CD. Then downloaded and installed updates from internet with the following errors. Are any of these serious and how can I resolve them?

E: capplets-data: subprocess post-installation script returned error exit status 134
E: gnome-control-center: dependency problems - leaving unconfigured
E: gnome-panel: dependency problems - leaving unconfigured
E: gnome-applets: dependency problems - leaving unconfigured
E: alacarte: dependency problems - leaving unconfigured
E: nautilus: dependency problems - leaving unconfigured
E: nautilus-sendto: dependency problems - leaving unconfigured
E: nautilus-share: dependency problems - leaving unconfigured

System is working as far as I know.

Partyboi2
January 21st, 2009, 11:57 PM
Can you open a terminal (Applications>Accessories>Terminal) and try

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

and post back the outputs.