SOLVED: Installation Error on RPI "No installation candidate"

Hello guys

I tried to update my OH2 installation an ran into an error

Udating FireMotD available updates count ... W: Failed to fetch https://openhab.ci.cloudbees.com/job/openHAB-Distribution/ws/distributions/openhab-offline/target/apt-repo/Packages  HttpError404

W: Failed to fetch https://openhab.ci.cloudbees.com/job/openHAB-Distribution/ws/distributions/openhab-online/target/apt-repo/Packages  HttpError404

I tried to follow the instructions from Docs Openhab but I can’t install neither the offline, nor the online sources.

I receive only
E: Package ‘openhab2-offline’ has no installation candidate

What am I doing wrong?

THX
Michael

Hello

I found the error.
I had an copy-paste problem at

echo 'deb https://openhab.ci.cloudbees.com/job/openHAB-Distribution/ws/distributions/openhab-offline/target/apt-repo/ /' | sudo tee /etc/apt/sources.list.d/openhab2.list
echo 'deb https://openhab.ci.cloudbees.com/job/openHAB-Distribution/ws/distributions/openhab-online/target/apt-repo/ /' | sudo tee --append /etc/apt/sources.list.d/openhab2.list

Now my OH2 installation reinstalls :slight_smile: