Comment 5 for bug 1584590

Revision history for this message
Mark Shuttleworth (sabdfl) wrote : Re: [Bug 1584590] Re: Snap install download progress neatening up

On 23/09/16 07:50, Michael Vogt wrote:
> $ sudo ./snap install go-example-webserver krita hello
> krita (stable) 3.0.1-snap14 from 'krita' installed
> go-example-webserver (stable) 16.04-6 from 'canonical' installed
> hello (stable) 2.10 from 'canonical' installed
>
> Please let us know if this is too verbose and if we should omit the
> extra information like channel or version.

Let's omit '(stable)' when the channel is stable. I would include any
non-stable channel as you have it here.

I think we can also omit the publisher name. Separately, we do need a
"snap info" command that tells you about stuff like that. I'll file a
separate bug to track that.

So we would end up with:

krita (beta) 3.2.2 installed
go-example-webserver 16.03 installed
hello (edge) 1.1.4a5 installed

That looks nice and tight :)

Mark