The Tip Show How-to Add the Code::Blocks 13.12 PPA Repo for Linux Mint/Ubuntu Desktops.
And Code::Blocks for Linux is a Free C, C++ and Fortran IDE built to meet the most demanding needs of its users. It is Designed to be very Extensible and fully Configurable.
-
Open a Command Line Console Session
-
Enabling the Code::Blocks Apt PPA
sudo su -c "add-apt-repository ppa:pasgui/ppa"
-
For Ubuntu-Utopic+ Only
sudo su -c 'nano /etc/apt/sources.list.d/pasgui-ubuntu-ppa-utopic.list'
Change the ‘utopic’ in ‘trusty‘!
Ctrl+x to Save & Exit from nano Editor… -
Refresh Apt Repositories
sudo su -c 'apt-get update'
-
Installing Code::Blocks