I upgraded to Jessie last recently and when doing a lsb_release -a
it reports that the release is 7 (instead of 8) and codename Jessie.
I did an update && upgrade && dist-upgrade
when all sources point to jessie but no updates are available.
Another server I recently upgraded reports release 8 and Codename Jessie.
How can I fix this wrong information reported inside Release number ? Thanks
I got the same problem.
The
7
come from/etc/lsb-release
:However, it seems
/etc/lsb-release
file does not exist anymore in any package, but it has been kept back (I did not find any reported bug about it).So just removed it:
lsb_release -a
will so use/etc/os-release
instead, which contains the good informations.