Author Topic: A circular depency  (Read 4103 times)

Offline LegBreak

  • Single posting newcomer
  • *
  • Posts: 2
A circular depency
« on: March 13, 2014, 04:29:31 pm »
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?

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: A circular depency
« Reply #1 on: March 13, 2014, 09:01:14 pm »
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.