tested under: Linux laptop 3.16.0-4-686-pae #1 SMP Debian 3.16.7-ckt11-1 (2015-05-24) i686 GNU/Linux

codeblocks editor linux screenshot

[cc lang=”c” escaped=”true” width=”600″]
vim /etc/apt/sources.list; # open software package repository list

# and add at the end

deb http://apt.jenslody.de/stable jessie main
deb-src http://apt.jenslody.de/stable jessie main

apt-get update; # you will get an error about key

apt-get install jens-lody-debian-keyring; # install missing key

apt-get update; # rerun now works

apt-get install codeblocks; # install codeblocks editor
[/cc]

links:

manual download *.deb and install: http://codeblocks.org/downloads/binaries

credits to: http://apt.jenslody.de/

liked this article?

  • only together we can create a truly free world
  • plz support dwaves to keep it up & running!
  • (yes the info on the internet is (mostly) free but beer is still not free (still have to work on that))
  • really really hate advertisement
  • contribute: whenever a solution was found, blog about it for others to find!
  • talk about, recommend & link to this blog and articles
  • thanks to all who contribute!
admin