Slashdot Mirror


Canonical Releases Snapcraft 2.14 For Ubuntu With New Rust Plugin, Improvements (softpedia.com)

Marius Nestor, reporting for Softpedia News: Canonical, through Sergio Schvezov, has had the great pleasure of announcing the release and general availability of Snapcraft 2.14 Snap creator tool for the Ubuntu 16.04 LTS (Xenial Xerus) operating system. Coming hot on the heels of Snapcraft 2.13, the new 2.14 maintenance update is here to introduce a bunch of new plugins, namely rust, godeps, and dump. You can find more information about each one by running the "snapcraft help " command in a terminal window. Also new in the Snapcraft 2.14 release is support for alternate relocation mechanisms in the "make" plugin (for example, you can use DESTDIR alternatives), as well as many improvements to the "go" plugin, such as support for local sources, which are now preferred instead of fetching new ones, and proper handling of the source entry. The list of improvements implemented in Snapcraft 2.14 continues with support for building a kernel Snaps for multiple hardware architectures using a single snapcraft.yaml file, support for "oneshot" daemons, better wiki parser source management, as well as proper setting of "shebangs" and support for requirement files in the "python" plugin.

20 of 44 comments (clear)

  1. What is it? by Anonymous Coward · · Score: 1

    What is snapcraft?

  2. What the fuck is it? by ArchieBunker · · Score: 2, Insightful

    Don't tell us what Snapcraft 2.14 is or anything, I can't even begin to take a guess from the description.

    --
    Only the State obtains its revenue by coercion. - Murray Rothbard
    1. Re:What the fuck is it? by geek · · Score: 1, Funny

      "Snap creator tool for the Ubuntu 16.04 LTS (Xenial Xerus) operating system"

      Seems pretty clear to me.Its right in the summary.

    2. Re:What the fuck is it? by fahrbot-bot · · Score: 1

      Don't tell us what Snapcraft 2.14 is or anything, I can't even begin to take a guess from the description.

      It's a new video game. The full name is "World of Snapcraft". The point of the game is still unclear, but playing it seems onerous as you must bring *everything* you want to use within the virtual world with you. I'm thinking a simple sack will be insufficient and am trying to use a cart, but my horse keeps standing behind it, not in front.

      --
      It must have been something you assimilated. . . .
    3. Re:What the fuck is it? by OzPeter · · Score: 1

      Obviously they mean Snapcraft Which is 1st on a google search.

      --
      I am Slashdot. Are you Slashdot as well?
    4. Re: What the fuck is it? by Billly+Gates · · Score: 2

      Snap is an alternative package manager which is a container. It includes the APIs and dependencies making it more portable to use than .Deb's. I believe it is how WSL for Windows 10 got ported.

      You can find more information here

    5. Re: What the fuck is it? by jisom · · Score: 1

      Thanks +1

    6. Re:What the fuck is it? by thegarbz · · Score: 1

      Or an editor could explain why something people don't know about should be important enough to feature as an article for those people.

    7. Re:What the fuck is it? by ThatsNotPudding · · Score: 1

      Don't tell us what Snapcraft 2.14 is or anything, I can't even begin to take a guess from the description.

      It's for running Snapchat inside Minecraft.

  3. Great, more "improvements" by gweihir · · Score: 1, Insightful

    Why can these people not let things alone that work well? Have they never heard of the fundamental engineering principle "if it is not broken, do not fix it"? Morons. This type of idiocy is why the software-industry is not mature at all.

    --
    Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
    1. Re:Great, more "improvements" by Fly+Swatter · · Score: 1

      Reinventing the wheel every few years is hard work! It keeps people employed and feeling relevant.

    2. Re:Great, more "improvements" by Lennie · · Score: 1

      I think it's good people try new things.

      Should it become the new default for everyone everywhere immediately, obviously not.

      --
      New things are always on the horizon
    3. Re:Great, more "improvements" by jason.sweet · · Score: 2

      If we followed that principle, I would be calling my friends on a phone hanging on my wall and saying, "Hey! Did you see gewihir's letter to the editor. Better stay off his lawn."

    4. Re:Great, more "improvements" by gweihir · · Score: 1

      Experiments are fine. But do not push things that are not significantly better on users. Systemd is a nice example of how massively bad for everybody that can be. The damage to the community alone is staggering.

      --
      Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
    5. Re:Great, more "improvements" by gweihir · · Score: 1

      And if we followed you flawed ideas, we would need to re-invent the hammer every few years. We would typically making it worse, because it is a finished and mature design that does what it is supposed to do. Engineering resources are supposed to go to actual problems, not into gold-plating.

      --
      Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
    6. Re:Great, more "improvements" by gweihir · · Score: 1

      Packaging systems are not broken at all. WTF are you talking about?

      --
      Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
    7. Re:Great, more "improvements" by gweihir · · Score: 1

      The dumb one here is you. It refers to the idea of the wheel, rather obviously. It does take 2 braincells to rub together to see that though, and you obviously lack these.

      --
      Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
    8. Re: Great, more "improvements" by jason.sweet · · Score: 1

      A hammer is a very simple tool made to do a very simple job. There is very little to find "broken" with it. A better analogy would be an electric drill. There was nothing wrong with the first one I bought 25 years ago. But the one I own now is much, much better.

  4. I think only rust developers think Rust is popular by jellomizer · · Score: 1

    I evaluated Rust about a year ago... And it really wasn't there for a modern language, however the biggest stumbling block for me to work with it more was the lack of a good set core libraries. Even the sites online help had you using cargo to download a third party library.

    A modern language should have a solid default library that you can fall back on as a trusted source.

    --
    If something is so important that you feel the need to post it on the internet... It probably isn't that important.
  5. Re:I think only rust developers think Rust is popu by roca · · Score: 1

    Indeed, Rust needs to make it easier to discover "trusted" libraries for your tasks at hand.

    However, cargo makes it very easy to import libraries and manage their dependencies. Rust does not need the usual massive monolithic centrally-managed "standard library" that is versioned with the language.