So I downloaded and installed Ubuntu Desktop yesterday on a laptop and I noticed that there is a newer 16.04.1 version. I got the 16.04... I think. Would it say ".1" otherwise in system details?
What's the difference?
16.04.1 just has some updates and bug fixes. It's not a new release or anything, and simply running sudo apt-get update && sudo apt-get upgrade
on a 16.04.0 computer would bring it to 16.04.1.
I believe they make these point releases so that users are able to install Ubuntu with more up-to-date packages OOTB. Otherwise, anyone installing 16.04 would be installing packages and security updates from early April.
I think of the point releases as something like Service Packs on Windows (Service Packs from the days of Windows XP and 2000, when they actually mattered). They're not a whole new OS, but they come with bug fixes and security patches, and are installable through normal updates.
This is similar to Windows Service Packs if it is more familiar.
Ubuntu 16.04.1 is an installation image that includes package updates.
If you installed regular updates, your version has been updated to 16.04.1.
Point releases have bug fixes and updates rolled in. If you've installed 16.04 and are current on your updates the only difference (AFAIK) is you might have a more up to date system than the current point release.
dist-upgrade
rather than justupgrade
. – kasperd Aug 29 '16 at 13:08dist-upgrade
covered whatupgrade
does. – TheWanderer Aug 29 '16 at 13:0916.04
;-) – Dante Aug 29 '16 at 13:15