The Following User Says Thank You to santiago For This Useful Post: | ||
|
2010-05-12
, 13:11
|
Posts: 3,617 |
Thanked: 2,412 times |
Joined on Nov 2009
@ Cambridge, UK
|
#12
|
i did.but the same problem in the terminal with some other dependency .is there any way to remove old packages and install packages that i need now?
this is the response of terminal:
Code:apt-get install python-notify python-numeric python-cairo enter 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: qstardic : depend: libc6 (>=2.7-1) but 2.5.1-leglibc20+0m5 is to be installed depends: libgcc1 (>=1:4.3) but 1:4.2.1-4maemo9+0m5 is to be installed depends: libqtqore4 (>=4.4.0) but it is not instable depends : libstdc++6 (>= 4.3) but 4.2.1-4maemo9+0m5 is to be installed
The Following User Says Thank You to Rob1n For This Useful Post: | ||
|
2010-05-12
, 13:12
|
Posts: 3,617 |
Thanked: 2,412 times |
Joined on Nov 2009
@ Cambridge, UK
|
#13
|
|
2010-05-12
, 13:14
|
Posts: 3,617 |
Thanked: 2,412 times |
Joined on Nov 2009
@ Cambridge, UK
|
#14
|
use this repo but just for the packages u need after that, delete the repo, it can brick your device
name Maemo Sdk
link http://repository.maemo.org
distribution fremantle/sdk
components free non-free
then execute again
apt-get update
apt-get install python-notify python-numeric python-cairo
enter
after thet, run apt-get -f install and close the shell... delete the repo after downloaded the missing packages!!!
The Following User Says Thank You to Rob1n For This Useful Post: | ||
|
2010-05-12
, 17:51
|
Posts: 9 |
Thanked: 0 times |
Joined on May 2010
|
#15
|
name Maemo Sdk
link http://repository.maemo.org
distribution fremantle/sdk
components free non-free
then execute again
apt-get update
apt-get install python-notify python-numeric python-cairo
enter
after thet, run apt-get -f install and close the shell... delete the repo after downloaded the missing packages!!!