SUMMARY Cannot install SkanLite with SNAPS as shown at https://snapcraft.io/install/skanlite/raspbian I get the message "error" snap "skanlite" is not available on edge for this architecture (armhf) but exists on other architectures (amd64)." STEPS TO REPRODUCE 1. on raspberry pi type sudo apt install snapd 2. then reboot 3. then type sudo snap install skanlite --edge OBSERVED RESULT I get the message "error" snap "skanlite" is not available on edge for this architecture (armhf) but exists on other architectures (amd64)." EXPECTED RESULT should of installed SOFTWARE/OS VERSIONS Raspberry Pi: Raspbian GNU/Linux 10 (buster) ADDITIONAL INFORMATION Raspberry Pi 3 B+
Hi, Unfortunately this is a snapcraft issue, that I cannot fix. The error message says that the available snap package only is compatible with PC and not armhf, so just not compatible with Raspberry PI. I would imagine that the debian based Raspbian distribution contains the skanlite application in the repository, so a simple sudo apt install skanlite should be enough...