How to rollback from 2.5 Snapshot to 2.4 Stable

It was just the official Doco:

About 40% of the way down.

sudo apt-get update
apt-cache showpkg openhab2

And then this:

sudo apt-get install openhab2=2.xxxx
2 Likes