Slashdot Mirror


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.

6 of 207 comments (clear)

  1. About time! by Maelwryth · · Score: 3, Interesting

    Thursday, April 21....where? Can't we just do it in UTC. It is Thursday, April 21 in New Zealand (18.23% PURE and dropping) already but there is no release. Is the date based on South Africa? U.S.?

    --
    I reserve the write to mangle english.
  2. Re:Ubutntu usuable when? by kamapuaa · · Score: 3, Interesting

    My wife isn't a computer person and is totally fine using Ubuntu Linux. She thinks it's basically the same as Mac OS, but with a different color scheme.

    --
    Slashdot: providing anti-social weirdos a soapbox, since 1997.
  3. Unity 8? by Prien715 · · Score: 1, Interesting

    It looks like the dev team has been waffling about whether or not ship 16.04 with Unity 8 (which under the hood, dumps Gnome for Qt) as well as Mir. Has anyone tried it out since the rocky betas I looked at in 15.x? Does anyone know what the defaults or plans are from the good folk at Ubuntu?

    --
    -- Political fascism requires a Fuhrer.
  4. ZFS by dmoen · · Score: 4, Interesting

    It includes ZFS as a standard supported file system. That's the most interesting new feature from my perspective.

    --
    I have written a truly remarkable program which this sig is too small to contain.
  5. Re: And the systemd unit files... by xtronics · · Score: 4, Interesting

    I use MySQL on Debian - have zero problems with systemd -- could it be your chair?

    It took me about a day to get used to systemd - I didn't ask for the change - but it seems to be somewhat helpful in the long run. Mostly invisible on the servers I run - just don't notice the difference. Worst feature of systemd? This command is too long to type when I'm sleepy:

    # systemctl list-unit-files --type=service

    Needs an alias.

    For the old farts that can't adopt ( I'm 61 - so you must really be old ) - there is help:

    https://wiki.xtronics.com/inde...

  6. Re:What in the world is a snap? by Anonymous Coward · · Score: 5, Interesting

    Having one central version and each app having its version both have pros and cons. The pros for each are both good, so the pendulum keeps swinging back and fourth. It will continue to do so until someone makes the effort to get both supported in an elegant way where everything is shared by default but programs with issues can be easily and automatically converted to the other way.

    From a developer's perspective, if your source control tree doesn't include every library you're using you're doing it wrong. Anyone should be able to checkout your code and run a single command to do a build. The only dependency should be the build tool (even better if there aren't any dependencies).

    From a system admin's perspective, trying to manage every program's libraries is a nightmare and wastes disk space.

    People who don't understand the pros and cons keep building system ontop of system to switch their current method to the one. They don't bother to consider why their current exists the way it does and instead only look at the pros of the new system. "I'm smarter than the guy before me, so we must do it this 'new' way." Most developers have no respect for current designs and know nothing about how we got there. For instance, almost no software follows the original OOP design. What people program now is a bastardization of the original principles. How is OOP on topic? The original OO design requires programs to include their own copies of libraries.