Reputation: 33252
I'm quite new to developing on linux, so sorry for the dumb question. I'm trying to develop something with jack, and when I try to install the development headers and libraries, I have the following error:
The following packages have unmet dependencies:
libjack-dev : Depends: libjack0 (= 2:0.124.2~20150719-1~kxstudio3) but it is not going to be installed
I guess this is due to the fact I update jack from kxstudio repositories, but probably the development ones are different. Is there any way to fix this?
Upvotes: 1
Views: 786
Reputation: 4174
Try installing libjack0
.
See what dependencies are in conflict, if any.
Provide output from package manager if you can't figure out how to resolve.
If all else fails, you can try installing from source (in a non-system directory)
Upvotes: 1