View Single Post
Posts: 2 | Thanked: 0 times | Joined on Feb 2013
#1
Hello,
i'm trying to install the Simple XBMC Remote on my N900 (downloaded from http://sourceforge.net/projects/simple-xbmc-rem/). The Program manager is telling me it cant be installed due to missing program packages:
libqt4-declarative (>= 4.7.4~git20110516)
libqtcore4 (>= 4.7.4~git20110516)
libqtgui4 (>=4.7.4~git20110516)

If i try to install those with x-terminal:

Code:
apt-get install libqt4-declarative
...
libqt4-declarative is already the newest version.
The following packeges were automatically installed and are no longer required: ...
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 4 not upgraded.
Code:
apt-get install libqtcore4 (or libqtgui4)
...
Package libqtcore4 is not longer available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another soure E: Package libqtcore4 has no installation candidate
How can i solve this problem? I dont know much about maemo, just wanted to make this remote work.