How-to Add the Code::Blocks 13.12 PPA on Linux Ubuntu/Mint

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.

Enable Latest Code::Blocks Ubuntu PPA - Rocket Launcher
  1. Open a Command Line Console Session

  2. Enabling the Code::Blocks Apt PPA

    sudo su -c "add-apt-repository ppa:pasgui/ppa"
  3. 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…




  4. Refresh Apt Repositories

    sudo su -c 'apt-get update'
  5. Installing Code::Blocks

    Code::Blocks Installation