Live data from Hacker News

Ubuntu 16.04 (Xenial Xerus)

releases.ubuntu.com

11–20 of 303 posts

Re: Ubuntu 16.04 (Xenial Xerus)

#11
post #8
post #4

I love the part about simplifying packaging via 'snap'. Now, I would love to know, if I'm a maintainer of Foo (and you can get it today via `apt-get install foo`), how will I be able to start packaging using snap rather than relying on deb packages that come from debian? I'd love any feedback, cheers!

What is snap? I can't find mention of it anywhere on the release notes page.

https://developer.ubuntu.com/en/desktop/

https://developer.ubuntu.com/en/snappy/build-apps/

The ubuntu developer page has a good description of snaps and how to create them.

In short its a package that contains all its dependencies.

Re: Ubuntu 16.04 (Xenial Xerus)

#15
post #4

I love the part about simplifying packaging via 'snap'. Now, I would love to know, if I'm a maintainer of Foo (and you can get it today via `apt-get install foo`), how will I be able to start packaging using snap rather than relying on deb packages that come from debian? I'd love any feedback, cheers!

Just a side note, as well:

`apt-get` is depreciated, they've moved to just plain `apt`

`apt install foo`

Re: Ubuntu 16.04 (Xenial Xerus)

#17
post #4

I love the part about simplifying packaging via 'snap'. Now, I would love to know, if I'm a maintainer of Foo (and you can get it today via `apt-get install foo`), how will I be able to start packaging using snap rather than relying on deb packages that come from debian? I'd love any feedback, cheers!

Also, how does Canonical's snap compare/compete with Freedesktop/GNOME's xdg-app?

https://wiki.gnome.org/Projects/SandboxedApps

Re: Ubuntu 16.04 (Xenial Xerus)

#19
For anyone packaging software on Linux, this now means every major distro - Debian, RHEL/CentOS, Arch and now Ubuntu - supports .service files.

No need for bash scripts, custom watchdog and daemonise tools, etc.

Post reply on HN