Now we'll set up Snapcraft, the tool for building snaps.
What operating system are you developing on?
-
Install snap support, if you don't have it already
-
Install Snapcraft, the command-line tool for building snaps:
snap install snapcraft --classic
-
Refresh your path:
hash -r
-
Install Homebrew, if you don't have it already.
-
Install Snapcraft, the command-line tool for building snaps:
brew install snapcraft
-
Install Multipass, a virtualisation product from
Canonical that can set up a complete Linux environment
in a couple of minutes:brew install --cask multipass
-
Install Windows Subsystem for Linux , choosing Ubuntu
-
Run WSL from the Windows Start menu
-
Install Snapcraft, the command-line tool for building snaps
sudo apt install snapcraft