|
|
08-02-2010
, 06:09 AM
|
|
Posts: 104 |
Thanked: 15 times |
Joined on Jan 2010
@ Luxembourg
|
#2
|
|
|
08-02-2010
, 06:40 AM
|
|
Posts: 2 |
Thanked: 0 times |
Joined on Aug 2010
|
#3
|
|
|
08-02-2010
, 06:43 AM
|
|
Posts: 729 |
Thanked: 154 times |
Joined on Dec 2009
|
#4
|
|
|
08-06-2010
, 01:56 AM
|
|
Posts: 2 |
Thanked: 16 times |
Joined on Aug 2010
@ Belgium
|
#5
|
$ dpkg --force-all -r libsdl-ttf2.0-0
| The Following 14 Users Say Thank You to vStone For This Useful Post: | ||
|
|
08-06-2010
, 03:43 AM
|
|
|
Posts: 257 |
Thanked: 202 times |
Joined on Jan 2010
@ Sydney, Australia
|
#6
|
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:
Afterward running apt-get install -f resolved the issue and installed both packages without problems. (logic? no clue.)Code:$ dpkg --force-all -r libsdl-ttf2.0-0
|
|
08-13-2010
, 06:13 PM
|
|
Posts: 64 |
Thanked: 15 times |
Joined on Aug 2010
@ under the sky
|
#7
|
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:
Afterward running apt-get install -f resolved the issue and installed both packages without problems. (logic? no clue.)Code:$ dpkg --force-all -r libsdl-ttf2.0-0
|
|
08-30-2010
, 02:41 PM
|
|
|
Posts: 1,258 |
Thanked: 1,335 times |
Joined on Oct 2009
@ Germany
|
#8
|
Errors were encountered while processing:
/var/cache/archives/libsdl-ttf2.0-0_2.0.9-1maemo2_armel.deb
E: Sub-process /usr/bindpkg returned an error code (1)
|
|
08-30-2010
, 02:58 PM
|
|
|
Posts: 1,258 |
Thanked: 1,335 times |
Joined on Oct 2009
@ Germany
|
#9
|
|
|
09-02-2010
, 02:43 PM
|
|
|
Posts: 138 |
Thanked: 362 times |
Joined on Aug 2009
@ Berlin
|
#10
|
this solves the issue, many thanks. can you tell us why we removed libsdl-ttf2.0-0 and not libsdl-ttf2.0 ?
![]() |
| Thread Tools | Search this Thread |
|
How can I solve that problem?
Thanks