Your submission was sent successfully! Close

You have successfully unsubscribed! Close

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

Ubuntu 16.10 brings Unity 8 to desktop and more snap installations

This article was last updated 4 years ago.


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.

Ubuntu desktop

Learn how the Ubuntu desktop operating system powers millions of PCs and laptops around the world.

Newsletter signup

Get the latest Ubuntu news and updates in your inbox.

By submitting this form, I confirm that I have read and agree to Canonical's Privacy Policy.

Related posts

Managing software in complex network environments: the Snap Store Proxy

As enterprises grapple with the evolving landscape of security threats, the need to safeguard internal networks from the broader internet is increasingly...

Cloud-native infrastructure – When the future meets the present

We’ve all heard about cloud-native applications in recent years, but what about cloud-native infrastructure? Is there any reason why the infrastructure...

Improving snap maintenance with automation

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...