Snap "aws-iot-greengrass" raspian on raspberry

Hi,
I installed snapd on latest RASPIAN OS for Raspi3b as shown here : https://snapcraft.io/install/snapd/raspbian

Then I wanted to install AWS Greengrass snap according to:

but it fails with:
sudo snap install aws-iot-greengrass
error: cannot perform the following tasks:

  • Mount snap “aws-iot-greengrass” (55) (snap “aws-iot-greengrass” assumes unsupported features: snapd2.48 (try to update snapd and refresh the core snap))

I updated snapd already to 2.48:
sudo apt install snapd 2.48

Any idea how to solve this?
Thx

try installing the snapd snap instead (not sure if raspbian actually does re-exec, so watch your journal to see if it the runs a newer snapd)

Thanks for your reply @ogra.

I solved it by installing the core as well as described on another page:
sudo snap install core

After that
sudo snap install aws-iot-greengrass
worked fine.

1 Like