Installing the snap

I’d like to install the desktop app using snap, for the containerization benefits it provides, but I’m not sure how to install thedownloaded .snap file.

I tried this:

$ snap install Downloads/Aragon.Desktop.snap
error: cannot find signatures with metadata for snap
       "Downloads/Aragon.Desktop.snap"

Also, will Frame even work if Aragon Desktop is installed via snap?

I think that error is related to the fact that the snap is not signed. You have to run

snap install --dangerous Downloads/Aragon.Desktop.snap

Frame should work with Desktop.

1 Like

Yep, that was it thank you. However now I’m having this exact issue: https://github.com/aragon/aragon-desktop/issues/59. I’ll comment there.

Cool. Glad it somewhat helped. I’ll investigate a bit on issue 59. I think I have some vague idea of what’s going on :slight_smile:

2 Likes