Hey, tried to install snapd on Liri OS, which is based on Arch.
I followed the guide on the Arch wiki to set it up.
The /snap directory is present.
Unfortunately I ran into issues similar to those reported in this thread:
Snaps would install, even ones with classic confinement. Trying run snap run hello-world or any other snap resulted in the following error message, though:
cannot locate core snap: no such file or directory
As I saw that snapd is looking for the ID from /etc/os-release I tried to change it to arch (from lirios). This solved the error.
Now snapd was looking for snaps in /var/lib/snapd/snap, but ln -s /snap /var/lib/snapd/snap fixed that.
All error messages are gone now, but trying to snap run hello-world or any other snap package just silently hangs.
I’m myself fairly new to Arch but is there anything I can do to try/help debug/fix those issues? Thanks 