View Single Post
lostinmirkwood's Avatar
Posts: 128 | Thanked: 232 times | Joined on Sep 2009 @ New Jersey, USA
#3
did you load it from the extras-devel Repo? It's still being pushed to Extras-Testing. Did you install from the command line with
Code:
 dpkg -i
If so a simple
Code:
apt-get -f install
usually fixes these problems.

otherwise to get to a clean slate for alpha testers, now mentioned above:
Code:
apt-get purge ansela
apt-get install ansela
If you have Extras-Testing installed, Just wait for the update, v0.9 and all needed depends will come down automatically (but I'll look into it)

edit: looked into it and edited this post

Last edited by lostinmirkwood; 2010-06-11 at 06:48. Reason: added another code line