Instal Snapd di Arch

$ git clone https://aur.archlinux.org/snapd.git
$ cd snapd
$ makepkg -si
sudo systemctl enable --now snapd.socket
jewlexx