View Single Post
Posts: 1,522 | Thanked: 392 times | Joined on Jul 2010 @ São Paulo, Brazil
#5
i tried running
Code:
apt-get install $(apt-cache search microb|grep " - "|cut -f 1 -d " ") --purge --reinstall -s
as suggested by someone on IRC, the output was:

Code:
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run `apt-get -f install' to correct these:
The following packages have unmet dependencies:
  maemo-geolocation-dbg: Depends: maemo-geolocation (= 1.1.2-1) but 1.1.3-1 is to be installed
  microb-engine-dev: Depends: libnspr4-dev (>= 20091230-1.9.2-6.16+0m5) but it is not going to be installed
                     Depends: libnss3-dev (>= 20091230-1.9.2-6.16+0m5) but it is not going to be installed
                     Depends: libidl0 but it is not going to be installed
  ussd-widget: Depends: ussd4all (>= 0.0.0) but it is not going to be installed
  webkit-eal: Depends: libwebkit-1.0-1 (>= 1.0) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
I'm not sure if this was about extensions not gettign uninstalled, or about the main issue with the infinite refresh, but it seems nothing has changed after that command...