View Single Post
Posts: 96 | Thanked: 2 times | Joined on Jul 2010
#3
Originally Posted by normaltusker View Post
can u try running the same command after cleaning ur cache and already downloaded repository updates? Let us know what comes up after that.

Use the below comments, not necessarily in the same order.

Code:
apt-get clean
apt-get autoclean
apt-get remove
apt-get autoremove
remove and autoremove would remove any applications that have broken dependencies and are not used by any other app. they should also be able to help you identify if any app has a problem.
thanks for quick reply this what i get now


BusyBox v1.10.2 (Debian 3:1.10.2.legal-1osso30+0m5) built-in shell (ash)
Enter 'help' for a list of built-in commands.

~ $ sudo gainroot
Root shell enabled


BusyBox v1.10.2 (Debian 3:1.10.2.legal-1osso30+0m5) built-in shell (ash)
Enter 'help' for a list of built-in commands.

/home/user # apt-get clean
/home/user # apt-get autoclean
Reading package lists... Done
Building dependency tree
Reading state information... Done
/home/user # apt-get remove
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
libqtm-serviceframework libqt4-declarative libqtm-publishsubscribe python-xml
dsme-thermalobject-surface libqtm-versit python-facebook libqt4-translations libqtm-sensors
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 32 not upgraded.
/home/user # apt-get autoremove
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
libqtm-serviceframework libqt4-declarative libqtm-publishsubscribe python-xml
dsme-thermalobject-surface libqtm-versit python-facebook libqt4-translations libqtm-sensors
Hmm, seems like the AutoRemover destroyed something which really
shouldn't happen. Please file a bug report against apt.

The following information may help to resolve the situation:

The following packages have unmet dependencies:
qtm-maemo-metapackage: Depends: libqtm-publishsubscribe (>= 1:1.0.2-maemo1) but it is not going to be installed
Depends: libqtm-sensors (>= 1:1.0.2-maemo1) but it is not going to be installed
Depends: libqtm-serviceframework (>= 1:1.0.2-maemo1) but it is not going to be installed
Depends: libqtm-versit (>= 1:1.0.2-maemo1) but it is not going to be installed
E: Internal Error, AutoRemover broke stuff
/home/user #

nice msg lol

what now ?