Canonical To Release Ubuntu Linux 16.04 LTS 'Xenial Xerus' Tomorrow (betanews.com)
An anonymous reader writes: Canonical announced today that it will be releasing Ubuntu 16.04 LTS on Thursday, April 21. The sixth major release of Ubuntu Long-Term Support (LTS) features the new 'snap' package format and LXD pure-container hypervisor. "The addition of 'snaps' for faster and simpler updates, and the LXD container hypervisor for ultra-fast and ultra-dense cloud computing demonstrate a commitment to customer needs that sets Ubuntu apart as the platform for innovation and scale," said Dustin Kirkland who leads platform strategy at Canonical. Ubuntu 16.04 LTS introduces a new application format, the 'snap', which can be installed alongside traditional deb packages. The snap format is much easier to secure and much easier to produce, and offers operational benefits for organizations managing many Ubuntu devices, which will bring more robust updates and more secure applications across all form factors from phone to cloud.
Okay, so software libraries were invented to have a standard place to put shared, common code, which allows bug fixes and so on to be applied in one place.
And so stuff like "snap" packages are much less annoying, because every app gets it's own different versions of the libraries.
But this means that if, for example, you try to fix a bug by updating a library, the snap package that uses that library won't get the fix, because it's go it's own variant of the library.
And to actually fix a bug in a library, you need to update the version embedded in each snap package...
(Someone please tell me this is wrong.)