![]() |
2012-10-05
, 21:10
|
Posts: 2,102 |
Thanked: 1,937 times |
Joined on Sep 2008
@ Berlin, Germany
|
#2
|
sudo gainroot dpkg --configure -a apt-get update apt-get install -f
The Following User Says Thank You to michaaa62 For This Useful Post: | ||
![]() |
2012-10-05
, 21:23
|
Posts: 21 |
Thanked: 7 times |
Joined on Oct 2012
|
#3
|
The Following User Says Thank You to nig451964 For This Useful Post: | ||
![]() |
2012-10-05
, 21:32
|
Posts: 21 |
Thanked: 7 times |
Joined on Oct 2012
|
#4
|
![]() |
2012-10-05
, 21:50
|
Posts: 2,102 |
Thanked: 1,937 times |
Joined on Sep 2008
@ Berlin, Germany
|
#5
|
sudo gainroot apt-get autoremove -s
sudo gainroot apt-get autoremove -s > /home/user/MyDocs/output.txt
The Following 2 Users Say Thank You to michaaa62 For This Useful Post: | ||
![]() |
2012-10-05
, 21:56
|
Posts: 21 |
Thanked: 7 times |
Joined on Oct 2012
|
#6
|
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 tryThis would simulate the autoremove without actually removing anything, just for the terminal output to look at it.Code:sudo gainroot apt-get autoremove -s
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
![]() |
2012-10-06
, 09:03
|
Posts: 2,102 |
Thanked: 1,937 times |
Joined on Sep 2008
@ Berlin, Germany
|
#7
|
dpkg -l | grep qtm
The Following 2 Users Say Thank You to michaaa62 For This Useful Post: | ||
![]() |
2012-10-06
, 09:53
|
Posts: 21 |
Thanked: 7 times |
Joined on Oct 2012
|
#8
|
There might be a version mismatch in qtm related packages. Please try this command and show the output for further investigation.Code:dpkg -l | grep qtm
![]() |
2012-10-06
, 11:15
|
Posts: 2,102 |
Thanked: 1,937 times |
Joined on Sep 2008
@ Berlin, Germany
|
#9
|
sudo gainroot apt-get install --reinstall --fix-missing qtm-maemo-metapackage
The Following User Says Thank You to michaaa62 For This Useful Post: | ||
![]() |
2012-10-06
, 16:01
|
Posts: 21 |
Thanked: 7 times |
Joined on Oct 2012
|
#10
|
Please try to reinstall qtm-maemo-metapackageThe versions of the libqtm-XXX packages installed differ from the versions of the dependency mismatchCode:sudo gainroot apt-get install --reinstall --fix-missing qtm-maemo-metapackage
I am trying to use fast app installer to install linux kernel for power users.
I am getting an error which I believe to be caused by unresolved dependencies. I am worried it's a bit of a mess please see report below. Please any advice would be appreciated,
--- 2012-10-05 20:16:00 ---
Start reading package lists
--- 2012-10-05 20:16:05 ---
Finished reading package lists
--- 2012-10-05 20:16:05 ---
Start fetching package dates
--- 2012-10-05 20:16:06 ---
need to fetch date for 0 packages
--- 2012-10-05 20:16:06 ---
sent 0 requests, received 0 replies with 0 errors
--- 2012-10-05 20:16:06 ---
Finished fetching package dates
--- 2012-10-05 20:16:24 ---
/usr/bin/apt-get -qsy --allow-unauthenticated -o Dir::Etc::sourcelist=/opt/fapman-cache/sources.list -o Dir::State::lists=/opt/fapman-cache/lists -o Dir::Etc::sourceparts="" --auto-remove install accelemymote-gui
--- 2012-10-05 20:16:27 ---
Output from last process:
---
Reading package lists...
Building dependency tree...
Reading state information...
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