|
How can I get rid of dpkg apt-get errors?
I kinda broke gnome by installing the latest 2.10 packages from expiermental repo, upon trying to uninstall it I got the following error.
No matter what I do in apt it hangs on these errors, I was wondering how I can clear these out of apt?
I've tried
apt-get -f install
and a few others. Nothing i've tried has worked yet.
root@257[archives]# apt-get --purge remove gnome
Reading Package Lists... Done
Building Dependency Tree... Done
[............ lots of errors here, snipped ...............]
Errors were encountered while processing:
scrollkeeper
gedit
gedit-common
gnome-panel-data
gnome-panel
gnome-applets
gnome-applets-data
gnome-core
gnome-gv
gnome-system-monitor
zenity
gnome-desktop-environment
gnome-office
E: Sub-process /usr/bin/dpkg returned an error code (1)
|