0

Whenever I try to install codeblocks I get this error:

The following packages have unmet dependencies:

 codeblocks : Depends: codeblocks-common (= 12.11-3) but it is not going to be installed
kiri
  • 28,246
  • 16
  • 81
  • 118

2 Answers2

0

Install codeblocks-common first, then install codeblocks.

Jet86
  • 317
  • 1
  • 6
0

You need to install codeblocks-common first. You can do this either through Ubuntu Software Center or terminal using the following command

sudo apt-get install codeblocks-common

or you can handle the unmet dependecies with the following command

sudo apt-get -f install