Question

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?

Was it helpful?

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
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top