Search code examples
codeblockslinux-mint

How to install Codeblocks 13.12 on Mint 16


I am trying to install Code::blocks on Mint16, but newest version in public repo is old (12.11-3). Is there any way of having newest version?


Solution

  • based on reading screenshots on https://launchpad.net/~pasgui/+archive/ppa/

    sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 3EE66BD3F599ACE3
    grep pasgui /etc/apt/sources.list || echo $'deb http://ppa.launchpad.net/pasgui/ppa/ubuntu saucy main 
    deb-src http://ppa.launchpad.net/pasgui/ppa/ubuntu saucy main' | sudo tee -a /etc/apt/sources.list
    sudo apt-get update --download-only
    sudo apt-get install codeblocks