Unable to install on Debian Jessie

I have been having some issues installing on Debian Jessie. I’ve included a log and hope for some help.

sudo apt-get install nzbdrone
    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    Some packages could not be installed. This may mean that you have
    requested an impossible situation or if you are using the unstable
    distribution that some required packages have not yet been created
    or been moved out of Incoming.
    The following information may help to resolve the situation:
    
    The following packages have unmet dependencies:
     nzbdrone : Depends: libmono-cil-dev (>= 3.2) but it is not going to be installed
    E: Unable to correct problems, you have held broken packages.

Okay I fixed my own problem. The Mono Framework package that comes bundled with their repo is outdated.

Before adding their repo do:

sudo apt-get install mono-complete

then add the repo and do a normal install and everything worked.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.