Snap install requires --dangerous flag
See original GitHub issueInstalls 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:
- Created 5 years ago
- Comments:5 (5 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@lidel I did try to install on Ubuntu and it seemed to work well too!
@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
?