|
2010-08-02
, 10:09
|
Guest |
Posts: n/a |
Thanked: 0 times |
Joined on
|
#2
|
![]() |
2010-08-02
, 10:40
|
Posts: 2 |
Thanked: 0 times |
Joined on Aug 2010
|
#3
|
![]() |
2010-08-02
, 10:43
|
Posts: 729 |
Thanked: 155 times |
Joined on Dec 2009
|
#4
|
![]() |
2010-08-06
, 05:56
|
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: | ||
![]() |
2010-08-06
, 07:43
|
|
Posts: 257 |
Thanked: 205 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
![]() |
2010-08-13
, 22:13
|
Posts: 75 |
Thanked: 17 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
![]() |
2010-08-30
, 18:41
|
|
Posts: 1,259 |
Thanked: 1,341 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)
![]() |
2010-08-30
, 18:58
|
|
Posts: 1,259 |
Thanked: 1,341 times |
Joined on Oct 2009
@ Germany
|
#9
|
![]() |
2010-09-02
, 18:43
|
|
Posts: 138 |
Thanked: 375 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 ?
How can I solve that problem?
Thanks