Error Installing

I’m trying to install openHab on my raspberry pi 4. It looks like I did all of the prerequisites correctly. I am getting the issue on the “Installation of openHAB”, it looks like I’m doing everything right, except it isn’t asking for the build I want to install, but it is installed currently. Here is the direct output:

pi@raspberrypi:/opt/jdk $ wget -qO - ‘https://bintray.com/user/downloadSubjectPublicKey?username=openhab’ | sudo apt-key add -
OK
pi@raspberrypi:/opt/jdk $ sudo apt-get install apt-transport-https
Reading package lists… Done
Building dependency tree
Reading state information… Done
apt-transport-https is already the newest version (1.8.2.2).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

But I am running into the issue in the next step though:

pi@raspberrypi:/opt/jdk $ sudo apt-get install openhab-addons
Reading package lists… Done
Building dependency tree
Reading state information… Done
E: Unable to locate package openhab-addons

Sorry if this is a super NOOB question, this is my first project with the pi.

Think you are missing a step in between transport and addons as per guide here.
Another, potentially easier, way would be to use openhabian.

This topic was automatically closed 41 days after the last reply. New replies are no longer allowed.