Bug 420812 - skanlite wont install as the architecture version isn't available
Summary: skanlite wont install as the architecture version isn't available
Status: RESOLVED DOWNSTREAM
Alias: None
Product: Skanlite
Classification: Applications
Component: general (other bugs)
Version First Reported In: unspecified
Platform: Other Other
: NOR normal
Target Milestone: ---
Assignee: Kåre Särs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-04-30 16:41 UTC by isitworthy
Modified: 2020-04-30 19:39 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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...