Cant apt-get install nzbdrone on Raspberry PI?

Hi Folks, was following this guide:

which links to this guide for Pi:

I can follow the guide all the way through to here:
root@Sonarr:/tmp# echo “deb xxxs://apt.sonarr.tv/ master main” | sudo tee -a /etc/apt/sources.list
deb xxxs://apt.sonarr.tv/ master main (removed proper url due to new post limit)

root@Sonarr:/tmp# apt-get install nzbdrone
Reading package lists… Done
Building dependency tree
Reading state information… Done
E: Unable to locate package nzbdrone

Is there no longer packages for Pi / Arm?

thanks!!

Depends if its armel or armhf - We host armhf at the moment, but not armel (something we will be looking to add).

Hi Markus,

thanks for the reply mate. The guide i mentioned uses this version of mono:
mono_3.10-armhf.deb

so I’m assuming the pi uses armhf?

that being said, is there a quick way to tell?

thanks mate.

Might depend on the OS, but with verbose logging in apt-get it should show.

Hey Markus, ok i re-added the source and re-ran apt-get upgrade, and the gremlins went away :smile:

I have exacly the same issue (I am following the same guide and I get an “Unable to locate package nzbdrone” when I try apt-get install nzbdrone). Unfortunatelly, the problem persists after apt-get upgrade.

I have an OSMC installed on a Rpi (https://osmc.tv/)

Is there a workaround to solve this?
Thanks

Did you added the repo already?

armel or armhf?
What does verbose logging show?