View Single Post
Posts: 2,102 | Thanked: 1,937 times | Joined on Sep 2008 @ Berlin, Germany
#5
Do not use HAM to fix things use pure apt-get in a X-Terminal as root. The output of apt-get is most of the time useful to get what is blocking. Try
Code:
sudo gainroot
apt-get update
apt-get install -f
Sometimes the -f option fixes things automatically.