I am reinstalling C::B because of a complete system reinstall, Debian Squeeze on amd64. I have set up my sources according to this page;
http://apt.jenslody.de/but that page does not specify how to actually install C::B, that is, a package name to use with apt-get. In the past, I downloaded a tar from Berlios and managed to unpack it and install it, although it has always been a complicated procedure due to dependencies. But this time I can't get it to work, because of dependencies. So, I tried apt-get install codeblocks (can't hurt, right?). Apparently that package does exist, I assume on jens repository, but it also has dependency issues, as follows;
root@Thor:/home/jerome# apt-get install codeblocks
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
codeblocks : Depends: libcodeblocks0 (= 12.11svn8938-1) but 12.11-2 is to be installed
Depends: libwxbase2.8-0 (>= 2.8.12.1) but 2.8.10.1-3+b1 is to be installed
Depends: libwxgtk2.8-0 (>= 2.8.12.1) but 2.8.10.1-3+b1 is to be installed
E: Broken packages
These are the same dependencies that caused problems for the manual install.
I found a post on this, but it was from 2011, so I am starting a new topic. Any assistance will be appreciated.
Jerome