I have a raspbian stretch image which is of release date 2018-03-13
. Is there any command I can use to upgrade it to the latest release os image of raspbian
. I tried with apt dist-upgrade
but the release date was same. I am checking the release date using cat /boot/issue.txt
.
Is there any command available which I can you to upgrade the raspbian os image to its latest release version.
Thanks
/boot/issue.txt
doesn't get updated when usingapt
- as long as youapt update
andapt upgrade
you should have the latest - note, my/boot/issue.txt
hasRaspberry Pi reference 2016-05-27
... because that's when I first flashed this pi (it was jessie back then) – Jaromanda X Jan 04 '19 at 11:51dist-upgrade
, I can assume that its now updated to the latest available.? I have device connected at remote side so cannot flash card so just want to make sure its updated to latest release. Is there any other way I can make sure its update to latest release.? Thanks – S Andrew Jan 04 '19 at 11:54uname -a
will show you the kernel version -cat /etc/debian_version
should show 9.6 - not sure if that's at all useful – Jaromanda X Jan 04 '19 at 12:01