Bug 420812

Summary: skanlite wont install as the architecture version isn't available
Product: [Applications] Skanlite Reporter: isitworthy
Component: generalAssignee: Kåre Särs <kare.sars>
Status: RESOLVED DOWNSTREAM    
Severity: normal    
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Other   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description isitworthy 2020-04-30 16:41:46 UTC
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+
Comment 1 Kåre Särs 2020-04-30 19:39:54 UTC
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...