question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Snap install requires --dangerous flag

See original GitHub issue

Installs fine, but there is some metadata missing that triggers an error and needs to be bypassed with --dangerous:

$ snap version                                                                       
snap    2.21-2+b1
snapd   2.21-2+b1
series  16
debian  9

$ snap install /home/lidel/tmp/ipfs-desktop_0.6.0_amd64.snap                         
error: cannot find signatures with metadata for snap "/home/lidel/tmp/ipfs-desktop_0.6.0_


$ snap install --dangerous /home/lidel/tmp/ipfs-desktop_0.6.0_amd64.snap
ipfs-desktop 0.6.0 installed

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
hacdiascommented, Oct 2, 2019

@lidel I did try to install on Ubuntu and it seemed to work well too!

1reaction
lidelcommented, Oct 2, 2019

@hacdias sgtm! https://snapcraft.io/ipfs-desktop looks good

I don’t use Snap myself, but see @elopio created one for go-ipfs (https://snapcraft.io/ipfs). @elopio – are you able to check if ipfs-desktop installs fine via snap install ipfs-desktop?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Snap install modes | Snapcraft documentation
The --dangerous argument will install a local snap without validating or checking its assertions or signatures. These signatures are used to link a...
Read more >
Snap does not install without --dangerous flag - Obsidian Forum
I got this error when installing obsidian using snap on ubuntu. ... I got this solution after a search that --dangerous flag was...
Read more >
Provide --dangerous flag when installing a snap with Ansible
I'm trying to install Cider music player (https://download.cider.sh/) using the community.general.snap module in Ansible.
Read more >
Ubuntu: Snap installation requires --dangerous flag · Issue #130
This can likely be addressed with signing the snap somehow, and/or with proper Snapcraft setup.
Read more >
Fixing "cannot find signatures with metadata for snap" Error in ...
Any snap package that is not distributed through the Snap store has to be installed with the –dangerous flag. That's the rule.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found