0

On vanilla 14.04:

  1. run aptitude
  2. chose package redmine
  3. see broken conflicting package problem (something with ruby-rack)

How can I deal with it?

Aleksei
  • 271
  • 2
  • 3

1 Answers1

0

Run this command:

sudo apt-get build-dep package_name

or if you have synaptic, there is a filter for broken packages that you can see and then fix.

Lucio
  • 18,843
ubuntu1up
  • 164