News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

A circular depency

Started by LegBreak, March 13, 2014, 04:29:31 PM

Previous topic - Next topic

LegBreak

I downloaded the Debian x64  binary of Code::Block 13.12. Extracted the tar.xz and proceeded to install the .deb files one at a time.
I now have a problem  I cannot install codeblocks-headers_13.12-1_all.deb since it depends on codeblocks-dev_13.12-1_amd64.deb, and vice versa.
What do I do?

Jenna

Why do you try to install them one at a time ?
You can install more then one file on commandline.
E.g. type sudo dpkg -i file1.deb file2.deb ... and you get rid of the dependency issues.
Or use my repo (see signature), there are not only nightlies on my server, but also the actual release.