Thread
:
[Announce] Faster Application Manager (Maemo5)
View Single Post
DreamLand
2010-08-24 , 21:01
Posts: 15 | Thanked: 11 times | Joined on Jun 2010
#
362
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
Quote & Reply
|
The Following 2 Users Say Thank You to DreamLand For This Useful Post:
cheve
,
hqh
DreamLand
View Public Profile
Send a private message to DreamLand
Find all posts by DreamLand