![]() |
2010-08-24
, 20:51
|
Posts: 3,617 |
Thanked: 2,412 times |
Joined on Nov 2009
@ Cambridge, UK
|
#361
|
![]() |
2010-08-24
, 21:01
|
Posts: 15 |
Thanked: 11 times |
Joined on Jun 2010
|
#362
|
![]() |
2010-08-25
, 04:18
|
Posts: 41 |
Thanked: 22 times |
Joined on Aug 2010
|
#363
|
![]() |
2010-08-25
, 05:45
|
Posts: 2,829 |
Thanked: 1,459 times |
Joined on Dec 2009
@ Finland
|
#364
|
![]() |
2010-08-25
, 08:02
|
|
Posts: 365 |
Thanked: 98 times |
Joined on Nov 2009
|
#365
|
All having trouble updating/installing app with error: libsdl-ttf2.0... here is the solution: (This worked perfectly for me!!)
-----------------------------------------------------------------------------
The problem seems to be caused because apt tries to install both libsdl-ttf2.0-0 and libsdl-ttf2.0.
I resolved this by force removing the installed libsdl-ttf2 version:
Code:
$ dpkg --force-all -r libsdl-ttf2.0-0
Afterward running apt-get install -f resolved the issue and installed both packages without problems
-------------------------------------------------------------------------------
THANKS TO vStone Solution posted at this link: http://talk.maemo.org/showthread.php?t=59573
The Following User Says Thank You to 2disbetter For This Useful Post: | ||
![]() |
2010-08-25
, 08:04
|
Posts: 388 |
Thanked: 842 times |
Joined on Sep 2009
@ Finland
|
#366
|
So great that I want to make it the default ... but how do you do that?
![]() |
2010-08-25
, 08:11
|
|
Posts: 365 |
Thanked: 98 times |
Joined on Nov 2009
|
#367
|
Exactly the same error? How can it conflict with a file from a package that isn't actually installed?
![]() |
2010-08-25
, 09:26
|
|
Posts: 2,050 |
Thanked: 1,425 times |
Joined on Dec 2009
@ Bucharest
|
#368
|
![]() |
2010-08-25
, 09:38
|
|
Posts: 365 |
Thanked: 98 times |
Joined on Nov 2009
|
#369
|
![]() |
2010-08-25
, 09:47
|
Posts: 388 |
Thanked: 842 times |
Joined on Sep 2009
@ Finland
|
#370
|
It is because Heroes port wants libsdlttf-2.0-0, and I have libsdlttf-2.0, both pointing to the same physical fine, which is in conflict. Apt-get is lost. How the hell did this happpen, shouldn't it check first?