Closed jonnyborbs closed 11 months ago
@jonnyborbs Mine with homebridge installed via the apt pkg show this
apt list | grep home
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
golang-github-mitchellh-go-homedir-dev/oldoldstable 0.0~git20161203.0.b8bc1bf-2 all
hdhomerun-config/oldoldstable 20180817-2 armhf
homebank-data/oldoldstable 5.2.2-1 all
homebank/oldoldstable 5.2.2-1 armhf
homebridge/unknown 1.1.4 armhf [upgradable from: 1.1.1]
homer-api-mysql/oldoldstable 5.0.6+dfsg2-3.1+b2 armhf
homer-api-postgresql/oldoldstable 5.0.6+dfsg2-3.1+b2 armhf
homer-api/oldoldstable 5.0.6+dfsg2-3.1+b2 armhf
homesick/oldoldstable 1.1.6-2 all
kodi-pvr-hdhomerun-dbg/oldoldstable 3.5.0-1~buster armhf
kodi-pvr-hdhomerun/oldoldstable 3.5.0-1~buster armhf
To check if yours is installed via the apt package, check apt sources
From my main test machine
ls -l /etc/apt/sources.list.d/
total 16
-rw-r--r-- 1 root root 113 Feb 20 2023 docker.list
-rw-r--r-- 1 root root 90 May 21 2023 homebridge.list
-rw-r--r-- 1 root root 204 May 2 2022 nodesource.list
-rw-r--r-- 1 root root 187 Feb 13 2020 raspi.list
From my homebridge-raspbian-image machine
ls -l /etc/apt/sources.list.d/
total 8
-rw-r--r-- 1 root root 90 Nov 28 13:18 homebridge.list
-rw-r--r-- 1 root root 191 Nov 28 13:05 raspi.list
Your vintage of homebridge-raspbian-image
did not use the apt package but just installed directly
Aha, so this is making sense now too. Homebridge has its own apt source that must be included? I don't think I realized that and thought it was originating from the Debian sources. I do not have the homebridge source included on this image, you're right.
This being the case, I think this issue is a noop
Analysis
Previously to now, you could run a command like
apt get homebridge
in Debian based OSes (including RPi images like the official Homebridge image)This no longer seems to be the case. Analyzing the most recent repositories for Buster and Bullseye shows no sign of the Homebridge package, and thus you cannot manually install, upgrade, reinstall, etc.
If this is intentional, can we get some documentation updates and info as to why/what the new package management method is meant to be?
Expected Behavior
Package management commands like
apt get homebridge
should workSteps To Reproduce
apt update
apt list | grep home
and observe that nohomebridge
packages existapt get homebridge
or similar and notice they failLogs
Environment
Process Supervisor
hb-service
Additional Context
No response