View Single Post
Posts: 2 | Thanked: 16 times | Joined on Aug 2010 @ Belgium
#5
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. (logic? no clue.)
 

The Following 14 Users Say Thank You to vStone For This Useful Post: