![]() |
2012-09-06
, 09:18
|
Posts: 30 |
Thanked: 3 times |
Joined on Sep 2011
|
#32
|
apt-get install facebook-meego facebookqml libqt-facebook --reinstall
do the above as root in terminal...
BusyBox v1.20.0.git (MeeGo 3:1.20-0.1+0m7) built-in shell (ash)
Enter 'help' for a list of built-in commands.
~ # apt-get install facebook-meego facebookqml libqt-facebook --reinstall
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:
duicontrolpanel-ledapplet: Depends: libqt4-dbus (>= 4.7.4~git20120125) but 4.7.4~git20120112-0maemo1+0m7 is to be installed
Depends: libqtcore4 (>= 4.7.4~git20120125) but 4.7.4~git20120112-0maemo1+0m7 is to be installed
Depends: libqtgui4 (>= 4.7.4~git20120125) but 4.7.4~git20120112-0maemo1+0m7 is to be installed
facebook-meego: Depends: libqt4-dbus (>= 4.7.4~git20120125) but 4.7.4~git20120112-0maemo1+0m7 is to be installed
Depends: libqt4-network (>= 4.7.4~git20120125) but 4.7.4~git20120112-0maemo1+0m7 is to be installed
Depends: libqt4-sql (>= 4.7.4~git20120125) but 4.7.4~git20120112-0maemo1+0m7 is to be installed
Depends: libqtcore4 (>= 4.7.4~git20120125) but 4.7.4~git20120112-0maemo1+0m7 is to be installed
Depends: libqtgui4 (>= 4.7.4~git20120125) but 4.7.4~git20120112-0maemo1+0m7 is to be installed
facebookqml: Depends: libqt4-dbus (>= 4.7.4~git20120125) but 4.7.4~git20120112-0maemo1+0m7 is to be installed
Depends: libqt4-declarative (>= 4.7.4~git20120125) but 4.7.4~git20120112-0maemo1+0m7 is to be installed
Depends: libqt4-network (>= 4.7.4~git20120125) but 4.7.4~git20120112-0maemo1+0m7 is to be installed
Depends: libqt4-opengl (>= 4.7.4~git20120125) but 4.7.4~git20120112-0maemo1+0m7 is to be installed
Depends: libqt4-sql (>= 4.7.4~git20120125) but 4.7.4~git20120112-0maemo1+0m7 is to be installed
Depends: libqt4-svg (>= 4.7.4~git20120125) but 4.7.4~git20120112-0maemo1+0m7 is to be installed
Depends: libqt4-xml (>= 4.7.4~git20120125) but 4.7.4~git20120112-0maemo1+0m7 is to be installed
Depends: libqtcore4 (>= 4.7.4~git20120125) but 4.7.4~git20120112-0maemo1+0m7 is to be installed
Depends: libqtgui4 (>= 4.7.4~git20120125) but 4.7.4~git20120112-0maemo1+0m7 is to be installed
libqt-facebook: Depends: libqt4-network (>= 4.7.4~git20120125) but 4.7.4~git20120112-0maemo1+0m7 is to be installed
Depends: libqt4-script (>= 4.7.4~git20120125) but 4.7.4~git20120112-0maemo1+0m7 is to be installed
Depends: libqt4-sql (>= 4.7.4~git20120125) but 4.7.4~git20120112-0maemo1+0m7 is to be installed
Depends: libqtcore4 (>= 4.7.4~git20120125) but 4.7.4~git20120112-0maemo1+0m7 is to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
~ #
~ #
![]() |
2012-09-06
, 09:20
|
Moderator |
Posts: 6,215 |
Thanked: 6,400 times |
Joined on Nov 2011
|
#33
|
![]() |
2012-09-06
, 09:25
|
Posts: 30 |
Thanked: 3 times |
Joined on Sep 2011
|
#34
|
![]() |
2012-09-06
, 09:30
|
Moderator |
Posts: 6,215 |
Thanked: 6,400 times |
Joined on Nov 2011
|
#35
|
![]() |
2012-09-06
, 22:16
|
Posts: 646 |
Thanked: 1,124 times |
Joined on Jul 2010
@ Espoo, Finland
|
#36
|
apt-get policy libqt4
![]() |
2012-09-07
, 01:46
|
Posts: 30 |
Thanked: 3 times |
Joined on Sep 2011
|
#37
|
What do you get if you type :
Do you have newer qt4 libs available for installation?Code:apt-get policy libqt4
E: Invalid operation policy
![]() |
2012-09-07
, 17:37
|
Posts: 646 |
Thanked: 1,124 times |
Joined on Jul 2010
@ Espoo, Finland
|
#38
|
apt-cache policy libqt4
![]() |
2012-09-09
, 02:44
|
Posts: 3,401 |
Thanked: 1,255 times |
Joined on Nov 2005
@ London, UK
|
#39
|
Sorry, my mistake! The command I meant is:
Code:apt-cache policy libqt4
libqt4: Installed: 4.7.4~git20120112-0maemo1+0m7 Candidate: 4.7.4~git20120112-0maemo1+0m7 Version table: *** 4.7.4~git20120112-0maemo1+0m7 0 100 /var/lib/dpkg/status 4.7.4~git20110728-pr11-0maemo11+0m6 0 500 https://downloads.maemo.nokia.com ./ Packages
![]() |
2012-09-09
, 04:02
|
Posts: 233 |
Thanked: 491 times |
Joined on Oct 2011
@ Sydney
|
#40
|
do the above as root in terminal...