View Single Post
Posts: 21 | Thanked: 7 times | Joined on Oct 2012
#6
Originally Posted by michaaa62 View Post
These are just warnings from apt-get about the expired key of the Nokia repository, they no longer seem to maintain. I do not expect them to ever fix this, which leads to disabling the Nokia repository as the only solution to get rid of this warning.

If these are the only output of the commands then please try
Code:
sudo gainroot
apt-get autoremove -s
This would simulate the autoremove without actually removing anything, just for the terminal output to look at it.

Edit: If copy and paste is problematic redirect the output to a file and attach the file to the next post.
Code:
sudo gainroot
apt-get autoremove -s > /home/user/MyDocs/output.txt
/home/user # apt-get autoremove -s
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
libtpsession libqtm-serviceframework
rtcom-accounts-plugin-facebook libqt4-declarative
rtcom-skype-emoticons-theme
nokiamaps-navigation-provider-settings-205
python-protobuf libqtm-multimedia
rtcom-accounts-voip-support n900-fmrx-enabler
libqtm-publishsubscribe as-utils libconninet0
libqtm-messaging libillumination0 cherry
qtm-modest-plugin dsme-thermalobject-surface
modest-home-applet libqtm-versit libqt4-svg libgq-gconf0
libconnsettings0 feedservice microb-geolocation
libqtm-bearer libqt4-translations libtelepathy-qt4-0
maemo-optify-runonce libqt4-script libqtm-sensors
libqtm-contacts feedservice-utils libqtm-systeminfo
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-bearer (>= 1:1.0.2-maemo1) but it is not going to be installed
Depends: libqtm-contacts (>= 1:1.0.2-maemo1) but it is not going to be installed
Depends: libqtm-messaging (>= 1:1.0.2-maemo1) but it is not going to be installed
Depends: libqtm-multimedia (>= 1:1.0.2-maemo1) but it is not going to be installed
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-systeminfo (>= 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 #

Thanks for your help by the way

Last edited by nig451964; 2012-10-05 at 22:02.