View Single Post
Posts: 432 | Thanked: 645 times | Joined on Mar 2009
#101
Originally Posted by jcnielsen View Post
Yes, I got the new MADDE client.
Today I managed to install the libqt4-gui package - a small victory. Now I just need libfuse2, fuse-utils and usb-network-module that seems to be '...not available'.
Have you enabled the extras-devel repository, like described in step 3 in the instructions? After that run:

Code:
apt-get update
and

Code:
apt-get -f install
This should resolve all the dependency issues. But please be aware of that the software in extras-devel is not stable! So you should consider disabling it after the installation.

Daniel