Installing a private snap

  1. is a recent bug (as discussed) and will be fixed soon

  2. vs 3) is the current decided design, there are arguably other approaches, as best I as can summarize it the reasoning goes like this

  3. snap install should do what asked without fuss unless there’s a reason

  4. “snap find” alone should only list stable/public snaps

  5. is counterintuitive but “snap install” / “snap download” use quite different code paths (snap install goes through the snapd daemon, snap download doesn’t) , it’s something we plan to fix but is some work to do it correctly and hasn’t been scheduled yet

1 Like