Thread: Stellarium
View Single Post
Posts: 172 | Thanked: 27 times | Joined on Oct 2009 @ San Francisco, CA
#36
Am I doing something wrong here?

Downloaded the deb file, opened terminal, enabled root and ran the following:

/home/user/MyDocs/.documents/Downloads # dpkg -i stellarium_0.10.3r4182-1_armel.deb
Selecting previously deselected package stellarium.
(Reading database ... 25004 files and directories currently installed.)
Unpacking stellarium (from stellarium_0.10.3r4182-1_armel.deb) ...
dpkg: dependency problems prevent configuration of stellarium:
stellarium depends on libqt4-maemo5-core (>= 4.6.0~git20100111); however:
Package libqt4-maemo5-core is not installed.
stellarium depends on libqt4-maemo5-gui (>= 4.6.0~git20100111); however:
Package libqt4-maemo5-gui is not installed.
stellarium depends on libqt4-maemo5-network (>= 4.6.0~git20100111); however:
Package libqt4-maemo5-network is not installed.
stellarium depends on libqt4-maemo5-opengl (>= 4.6.0~git20100111); however:
Package libqt4-maemo5-opengl is not installed.
stellarium depends on libqt4-maemo5-script (>= 4.6.0~git20100111); however:
Package libqt4-maemo5-script is not installed.
stellarium depends on libqt4-maemo5-svg (>= 4.6.0~git20100111); however:
Package libqt4-maemo5-svg is not installed.
stellarium depends on libqt4-maemo5-test (>= 4.6.0~git20100111); however:
Package libqt4-maemo5-test is not installed.
stellarium depends on libqt4-maemo5-xml (>= 4.6.0~git20100111); however:
Package libqt4-maemo5-xml is not installed.
dpkg: error processing stellarium (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
stellarium


Trying the suggestion posted earlier, I ran:

/home/user/MyDocs/.documents/Downloads # apt-get -f install
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following packages will be REMOVED:
stellarium
0 upgraded, 0 newly installed, 1 to remove and 3 not upgraded.
1 not fully installed or removed.
After this operation, 44.5MB disk space will be freed.
Do you want to continue [Y/n]? y
(Reading database ... 25801 files and directories currently installed.)
Removing stellarium ...


I thought I'd try to run dpkg -i again with the same result as above, I then tried to apt-get the libraries by listing them and got:

/home/user/MyDocs/.documents/Downloads # apt-get install libqt4-maemo5-core libqt4-maemo5-opengl libqt4-maemo5-network libqt4-maemo5-gui libqt4-maemo5-script libqt4-maemo5-svg libqt4-maemo5-test libqt4-maemo5-xml libqt4-maemo5-dbus
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package libqt4-maemo5-core is not 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 source
E: Package libqt4-maemo5-core has no installation candidate


Running just apt-get install libqt4-maemo5-core yielded the same result.

Any advice?