Your submission was sent successfully! Close

Thank you for signing up for our newsletter!
In these regular emails you will find the latest updates from Canonical and upcoming events where you can meet our team.Close

Thank you for contacting our team. We will be in touch shortly.Close

  1. Blog
  2. Article

Amrisha Prashar
on 3 November 2016

Ubuntu 16.10 brings Unity 8 to desktop and more snap installations


The recent release of Ubuntu 16.10 Yakkety Yak includes a developer preview of Unity 8 for desktop and the installation of snaps!

The universal ‘snap’ Linux packages combine both container and packaging technologies to give developers a single format to distribute their apps and services from cloud to personal computing and IoT. Some of the snaps available on desktop include LibreOffice, Krita, and Rocket.Chat which can be distributed as universal packages across Linux distributions.

‘Rocket.Chat, the open source web chat platform had to support over 30 deployment platforms across many different on-premises and cloud solutions. Making Rocket.Chat available as a snap was a simple process which now means any user can install the service in a few minutes as opposed to requiring hours of configuration by a system administrator. This is definitely one of the easiest distribution methods we have ever used.’ Gabriel Engel, CEO of Rocket.Chat

For the Unity 8 session it’s not yet possible to run a full set of desktop apps, however, there are some additional apps as snaps that can be installed in Edge mode on the 16.10 image.

If you do not know what Edge mode is… this is a good opportunity to discover channels! Channels are a mechanism available from the snap store to distribute an application at the various stages of its lifecycle… from the daily builds with the edge channel , to beta for your early testers , to candidate for the last minute tests and stable releases. They will make the whole process of managing early access to a release super simple. And make it just as easy for users to try apps that are still work in progress.

  • Stable – Most users consume this channel, as it’s the most polished, stable and tested version
  • Candidate – Used to vet uploads that should require no further code changes before moving to stable
  • Beta – Used to provide preview releases of semi-stable changes
  • Edge – the most raw release!

Gallery App:

sudo snap install --edge --devmode gallery-app

Camera App:

sudo snap install --edge --devmode camera-app

Address Book App:

sudo snap install --edge --devmode address-book-app

Calendar App:

sudo snap install --edge --devmode ubuntu-calendar-app

And to note, snaps are frequently updated which means you’ll always be running on the freshest version as soon as it’s available! Happy snapping.

Related posts


Holly Hall
15 January 2024

Managing software in complex network environments: the Snap Store Proxy

Internet of Things Article

As enterprises grapple with the evolving landscape of security threats, the need to safeguard internal networks from the broader internet is increasingly important. In environments with restricted internet access, it can be difficult to manage software updates in an easy, reliable way. When managing devices in the field, change management ...


Tytus Kurek
12 January 2024

Cloud-native infrastructure – When the future meets the present

Cloud and server Article

We’ve all heard about cloud-native applications in recent years, but what about cloud-native infrastructure? Is there any reason why the infrastructure couldn’t be cloud-native, too? Or maybe it’s already cloud-native, but you’ve never had a chance to dive deep into the stack to check it out? What does the term “cloud-native infrastructur ...


Heather Ellsworth
27 June 2023

Improving snap maintenance with automation

Desktop Article

Co-written with Sergio Costas Rodríguez. As the number of snaps increases, the need for automation grows. Any automation to help us maintain a group of snaps is welcome and necessary for us to be able to scale. The solution detailed in this article has two main benefits: Any users of snaps that have adopted this ...