Now we'll set up Snapcraft, the tool for building snaps.

What operating system are you developing on?

  1. Install snap support, if you don't have it already

  2. Install Snapcraft, the command-line tool for building snaps:

    snap install snapcraft --classic
  3. Refresh your path:

    hash -r
  1. Install Homebrew, if you don't have it already.

  2. Install Snapcraft, the command-line tool for building snaps:

    brew install snapcraft
  3. Install Multipass, a virtualisation product from
    Canonical that can set up a complete Linux environment
    in a couple of minutes:

    brew install --cask multipass
  1. Install Windows Subsystem for Linux , choosing Ubuntu

  2. Run WSL from the Windows Start menu

  3. Install Snapcraft, the command-line tool for building snaps

    sudo apt install snapcraft
‹ Previous: Select language Next: Package snap ›