soesas
(Sascha_S)
April 21, 2018, 4:21pm
1
Hi guys,
I have what seems to be a very basic question.
How do I receive updates/latest version for both bindings and openhab itself. I am talking about official updates (thus for bindings) and not snapshots.
Would a simple sudo apt-get upgrade suffice?
Thanks!!
Sascha
yves
(YvesHanoulle)
April 21, 2018, 4:48pm
2
yes.
sudo apt-get update
sudo apt-get upgrade
you should get the stable 2.2 when you do.
hr3
(Harry)
April 21, 2018, 4:49pm
3
If you wont to use a stable version, you have to wait for the next stable version. That is the save way.
yves
(YvesHanoulle)
April 21, 2018, 4:54pm
4
Fyi:
OpenHab 2.0 was released on 21 Jan 2017
OpenHab 2.1 was released on 28 Jun 2017
OpenHab 2.2 was released on 18 Dec 2017
(Dates from https://github.com/openhab/openhab-distro/releases )
soesas
(Sascha_S)
April 21, 2018, 4:54pm
5
Is that only for openhab itself, or also all the bindings?
yves
(YvesHanoulle)
April 21, 2018, 4:55pm
6
I don’t think bindings are released separately.
rlkoshak
(Rich Koshak)
April 21, 2018, 9:34pm
7
Binding and OH core are all realeased at the same time and use the same version number. Everything is released in synch.