Installing Code::Blocks (@ Ububtu 18.04) - 코드블럭 우분투 설치
Ref : https://askubuntu.com/questions/1030720/how-to-install-latest-codeblocks-from-tar-xz
How to install latest Code::Blocks from tar.xz?
How to install latest Code::Blocks using codeblocks_17.12-1_amd64_stable.tar.xz? Software center has an old version and I am not able to configure. How to install? Why is there no documentation for
askubuntu.com
http://wiki.codeblocks.org/index.php/Installing_Code::Blocks
Installing Code::Blocks - CodeBlocks
MS Windows Linux Ubuntu Debian Fedora Blag Gentoo Platypux Arch Linux RPM based distributions Such as: Red Hat Linux, Yellow Dog Linux, Fedora Core, CentOS, etc. etc. BSD FreeBSD OpenBSD Solaris Mac OS X Derivatives Working on Code::Blocks sources from wit
wiki.codeblocks.org
Todo 1. Install GCC compiler
$ sudo apt-get install gcc
$ sudo apt-get install g++


Todo 2. Install the Code::Blocks
$ cd ~/Downloads
$ wget https://kent.dl.sourceforge.net/project/codeblocks/Binaries/17.12/Linux/Debian%20stable/codeblocks_17.12- 1_amd64_stable.tar.xz
$ tar -xf codeblocks_17.12-1_amd64_stable.tar.xz
$ sudo dpkg -i *17.12*.deb



Todo 3. Solve the error related to dependency.
sudo apt-get install -f
Wow! Success!! Let's give big hands to our selves. :)
