Openhab 4 Launched How to apt-get install openhab for V3.3.4?

Hello Everyone,

We are using minimalistic hardware of orange pi zero 2 for running openhab version 3 using default java V11.

Now that Openhab V4 is launched, we still want to keep using version 3 and for our target audience thsi is good enough.

What need to be changed in below line to be able to install openhab V3.3.4?

echo ‘deb [signed-by=/usr/share/keyrings/openhab.gpg] JFrog stable main’ | sudo tee /etc/apt/sources.list.d/openhab.list

Thanks in advance.

Regards,
vtech

Nothing.

Thanks, Mr. Rich.

I did following in order to ensure that it does not upgrade to V4 if “sudo apt-get upgrade” is run.

sudo apt install openhab=3.4.4-2
sudo apt-mark hold openhab

Regards