Can't update to 2.5, OpenHAB stays at 2.4.0

  • Platform information:
    • OS: Ubuntu 20.04.1 x64
    • Java Runtime Environment: zulu jdk 8
    • openHAB version: 2.4.0

I haven’t found someone with the same problem, but i’ve noticed recently that, although my Ubuntu tells me so when logging in, that i haven’t OpenHAB 2.5 in use.

When logging in:

What bundle:list | grep openHAB under Karaf says:

180 │ Active   │  90 │ 2.4.0                  │ openHAB Core
181 │ Active   │  80 │ 2.4.0                  │ openHAB Karaf Integration
183 │ Resolved │  80 │ 2.4.0                  │ openHAB Sound Support, Hosts: 116
184 │ Active   │  80 │ 2.4.0                  │ openHAB Dashboard UI
207 │ Active   │  80 │ 1.13.0                 │ openHAB Telegram Action
208 │ Active   │  80 │ 1.13.0                 │ openHAB Expire Binding
211 │ Active   │  80 │ 2.4.0                  │ openHAB 1.x Compatibility Layer
212 │ Active   │  80 │ 1.13.0                 │ openHAB RRD4j Persistence Bundle
213 │ Resolved │  75 │ 2.4.0                  │ openHAB Basic UI Fragment, Hosts: 205
216 │ Resolved │  75 │ 2.4.0                  │ openHAB Paper UI Theme Fragment, Hosts: 206
221 │ Active   │  80 │ 2.4.0                  │ openHAB Cloud Connector Bundle
236 │ Active   │  80 │ 2.4.0                  │ openHAB REST Documentation

The Dashboard also shows Version 2.4.0.

If i try to update via openhabian-config it tells me that version 2.5.10 is already installed, and the package is up to date. I tried clearing the cache, i deleted all the apt temp packages, and cleared all the apt source lists that contain openhab, as well as removing and reinstalling openhab via openhabian-config and apt.
I have absolutely no clue why i can’t update to 2.5. Any ideas?

What is the content of /etc/apt/sources.list.d/openhab2.list ?
What is the output of: dpkg -l openhab2 ?
Did you initially install OH using oenhabian-config or did you use any other method ?

/etc/apt/sources.list.d/openhab2.list:
deb https://dl.bintray.com/openhab/apt-repo2 stable main

dpkg -l openhab2:
openhab2 2.5.10-1 all openhab2

I did right away install it via openhabian-config.