Comment 23 for bug 910272

Revision history for this message
Till Kamppeter (till-kamppeter) wrote :

The trick is the following: You must have ALL binary packages in ONE separate directory, neither an incomplete set of binary packages, nor packages of different versions in one directory. Go into the directory with the desired version and install all packages with ONE command line:

sudo dpkg -i --force-depends *.deb

Then the package should get installed and after the installation there will be no dependency mismatches any more.