How to download pi-kernel snap

Hi, on my PC this command fails:

❯ sudo snap download pi-kernel --channel=18-pi3/stable
Fetching snap “pi-kernel”
error: cannot download snap “pi-kernel”: no snap revision available as specified

I just can’t find any link to the snap file here: https://snapcraft.io/pi-kernel

How can I actually download it?

I assume your PC is not an armhf or arm64 machine, hence snap download tries to download for your current architecture. To download for a different architecture, use the following:

UBUNTU_STORE_ARCH=arm64 snap download pi-kernel --channel=18-pi3/stable

Thanks, that was exactly the issue.

1 Like