Installing Code::blocks in Linux and it's Derivatives (Mint)
1. Open the terminal
2. Add Code::Blocks 13.12 PPA Repository
sudo add-apt-repository ppa:pasgui/ppa
for Ubuntu-Utopic+ only : sudo nano /etc/apt/sources.list.d/pasgui-ubuntu-pp
3. Refresh those Apt Repositories
sudo apt-get update
4. Install Code::Blocks 13.12 on Linux Mint
sudo apt-get install -V codeblocks
Removing Code::Blocks from the terminal
1. Open Terminal
2. sudo dpkg - - remove codeblocks; sudo dpkg - - purge codeblocks
3. sudo apt-get purge codeblocks