You are reading a single comment by @Polygon and its replies. Click here to read the full conversation.
  • Do you get "Unable to locate package sqlite3-dev"?

    I'm not sure what I did but the next command I ran was

    sudo apt install nzbdrone
    

    and after that it looks like it ran OK after some shit on ownership of the folders

    sudo chown -R pi /opt/NzbDrone
    sudo chown -R $USER /opt/NzbDrone
    

    I already had Radarr installed so it is possible that some dependencies were already installed.

    EDIT: Looking at this guide it skips the step that isn't working so I suspect that's why I then tried the alternative command https://philldavis.co.uk/project/raspberry-pi-install-sonarr/

  • Do you get "Unable to locate package sqlite3-dev"?

    Yeah that's it, then when I run install nzbdrone I get

     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: sqlite3 (>= 3.7) but it is not installable
                Depends: mediainfo (>= 0.7.52) but it is not installable
    E: Unable to correct problems, you have held broken packages.
    
About

Avatar for Polygon @Polygon started