Hello.
I'm trying to install the lasted C::B
STABLE version on Debian Squeeze.
I've downloaded:
codeblocks_12.11-1_amd64-debian-stable.tar.bz2
codeblocks-dbg_12.11-1_i386-debian-stable.tar.bz2 (squeeze)
at this address:
http://www.codeblocks.org/downloads/26#linux64I've unzipped and untared these two archives.
I got the following ".deb" files:
codeblocks_12.11-1_amd64.deb
codeblocks-common_12.11-1_all.deb
codeblocks-contrib_12.11-1_amd64.deb
codeblocks-contrib-common_12.11-1_all.deb
codeblocks-contrib-dbg_12.11-1_amd64.deb
codeblocks-dbg_12.11-1_amd64.deb
codeblocks-dev_12.11-1_amd64.deb
codeblocks-headers_12.11-1_all.deb
codeblocks-libwxcontrib0_12.11-1_amd64.deb
codeblocks-wxcontrib-dev_12.11-1_amd64.deb
codeblocks-wxcontrib-headers_12.11-1_all.deb
libcodeblocks0_12.11-1_amd64.deb
libwxsmithlib0_12.11-1_amd64.deb
libwxsmithlib0-dev_12.11-1_amd64.deb
wxsmith-dev_12.11-1_amd64.deb
wxsmith-headers_12.11-1_all.deb
I put these files in "/usr/local/codeblocks".
I tried:
I have dependencies problems.
So, I read I should install the ".deb" packages in a certain order...
I started with "libcodeblocks0_12.11-1_amd64.deb" which apparently depends on:
libwxbase2.8-0 (>= 2.8.12.1)
libwxgtk2.8-0 (>= 2.8.12.1)
It seems that there is a problem as I have only a 2.8.10 version available on my system:
root> apt-cache show libwxbase2.8-0
[...]
Source: wxwidgets2.8 (2.8.10.1-3)
Version: 2.8.10.1-3+b1
[...]
Yet, I installed that package despite everything:
root> apt-get install libwxbase2.8-0
and ran:
root> dpkg -i libcodeblocks0_12.11-1_amd64.deb
Selecting previously deselected package libcodeblocks0.
(Reading database ... 55687 files and directories currently installed.)
Unpacking libcodeblocks0 (from libcodeblocks0_12.11-1_amd64.deb) ...
dpkg: dependency problems prevent configuration of libcodeblocks0:
libcodeblocks0 depends on libwxbase2.8-0 (>= 2.8.12.1); however:
Package libwxbase2.8-0 is not installed.
libcodeblocks0 depends on libwxgtk2.8-0 (>= 2.8.12.1); however:
Package libwxgtk2.8-0 is not installed.
dpkg: error processing libcodeblocks0 (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
libcodeblocks0
I even tried:
root> dpkg -i --force-depends *.deb
root> apt-get install -f
The latest command execution results in the cancellation of all that was done after the first command was complete.
It looks like to me that I won't be able to install this stable C::B on my stable Debian installation (as I do not want testing or unstable things on my computer...)
Can you confirm this or tell me how to install properly C::B (STABLE)?
Thank you.
P.S. I won't install a nightly build instead.