Install Code::Blocks 12.11 on Ubuntu
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.
The solution is:
sudo dpkg -i *.deb
Which will automate the process.