The problem is that the unifi controller packages have mongodb as a dependency, so installing them fails when using the binaries (as it can't find a proper package installation I guess).
I first tried using
Code: Select all
dpkg --ignore-depends=bar -i foo_1.2.3_amd64.deb
I then manually removed the dependency from the latest unifi package, instructions here: https://serverfault.com/questions/25022 ... pendencies
This fixes package dependency issues but I guess I'm going to have to manually edit the new package every time a new version is released.
I'm a linux newbie so I could be missing something obvious here. It does seem though that the cleanest solution would be if there was a compatable mongodb server package, but I read that it isn't available for armf archtecture anymore...