Just downloaded the Code::Blocks .bz2 file, extracted it and have a bunch of files which I don't know what to do with.
A friend once showed me how to install it using the command line, but I can't remember how to do it. I think I used a package manager or something from the command line? They are all .deb files.
The solution is NOT to open them all using the Software Center -- installing this way destroys the OS.
You should extract the downloaded archive, and find you have a bunch of .deb files. Launch a terminal, cd to this directory, and type
– user3728501 Feb 10 '13 at 13:54sudo dpkg -i *.deb
and this will install everything without messing up the os.