Comment 3 for bug 1584590

Revision history for this message
Michael Vogt (mvo) wrote :

This is progressing forward again, sorry for the slowness here, the reason was that we had to wait for vendoring of dependencies to land first because our progressbar implementation in the package lacked some of the features we needed.

https://github.com/snapcore/snapd/pull/1956 has landed (the bit that shows the snap name before the progress bar) and https://github.com/snapcore/snapd/pull/1957 for install/remove of multi snaps at the same time is under review. Once that is landed the output looks like this currently:

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