Etcher: The key "379CE192D401AB61" is not found on the keyservers

Created on 16 Jan 2020  路  1Comment  路  Source: balena-io/etcher

It seems that the key "379CE192D401AB61" is not located on ubuntus keyservers.

Most helpful comment

I experienced the same problem. I manually added the key with

curl -L https://keyserver.ubuntu.com/pks/lookup\?op\=get\&search\=0x379ce192d401ab61 | sudo apt-key add -

You can then apt update && install

>All comments

I experienced the same problem. I manually added the key with

curl -L https://keyserver.ubuntu.com/pks/lookup\?op\=get\&search\=0x379ce192d401ab61 | sudo apt-key add -

You can then apt update && install

Was this page helpful?
0 / 5 - 0 ratings