We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I tried installing on my Raspberry 3B+following the instructions for Debian and Ubuntu distributions. It failed. Here is the terminal dialog:
pi@rp1:~ $ echo "deb https://deb.etcher.io stable etcher" | sudo tee /etc/apt/sources.list.d/balena-etcher.list deb https://deb.etcher.io stable etcher pi@rp1:~ $ sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 379CE192D401AB61 Executing: /tmp/apt-key-gpghome.30RnouXJjy/gpg.1.sh --keyserver keyserver.ubuntu.com --recv-keys 379CE192D401AB61 gpg: key 379CE192D401AB61: public key "Bintray (by JFrog) <[email protected]>" imported gpg: Total number processed: 1 gpg: imported: 1 pi@rp1:~ $ sudo apt-get update Hit:1 http://archive.raspberrypi.org/debian buster InRelease Hit:2 http://raspbian.raspberrypi.org/raspbian buster InRelease Ign:3 https://dl.bintray.com/etcher/debian stable InRelease Get:4 https://dl.bintray.com/etcher/debian stable Release [3,674 B] Get:5 https://dl.bintray.com/etcher/debian stable Release.gpg [821 B] Fetched 4,495 B in 2s (2,363 B/s) Reading package lists... Done **N: Skipping acquire of configured file 'etcher/binary-armhf/Packages' as repository 'https://deb.etcher.io stable InRelease' doesn't support architecture 'armhf'** pi@rp1:~ $ sudo apt-get install balena-etcher-electron Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package balena-etcher-electron pi@rp1:~ $
The text was updated successfully, but these errors were encountered:
I realize now that I don't need Etcher on the Raspberry - I can accomplish what I need using the built-in SD copy utility.
Sorry, something went wrong.
Duplicate of #2870
No branches or pull requests
I tried installing on my Raspberry 3B+following the instructions for Debian and Ubuntu distributions. It failed. Here is the terminal dialog:
pi@rp1:~ $ echo "deb https://deb.etcher.io stable etcher" | sudo tee /etc/apt/sources.list.d/balena-etcher.list deb https://deb.etcher.io stable etcher pi@rp1:~ $ sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 379CE192D401AB61 Executing: /tmp/apt-key-gpghome.30RnouXJjy/gpg.1.sh --keyserver keyserver.ubuntu.com --recv-keys 379CE192D401AB61 gpg: key 379CE192D401AB61: public key "Bintray (by JFrog) <[email protected]>" imported gpg: Total number processed: 1 gpg: imported: 1 pi@rp1:~ $ sudo apt-get update Hit:1 http://archive.raspberrypi.org/debian buster InRelease Hit:2 http://raspbian.raspberrypi.org/raspbian buster InRelease Ign:3 https://dl.bintray.com/etcher/debian stable InRelease Get:4 https://dl.bintray.com/etcher/debian stable Release [3,674 B] Get:5 https://dl.bintray.com/etcher/debian stable Release.gpg [821 B] Fetched 4,495 B in 2s (2,363 B/s) Reading package lists... Done **N: Skipping acquire of configured file 'etcher/binary-armhf/Packages' as repository 'https://deb.etcher.io stable InRelease' doesn't support architecture 'armhf'** pi@rp1:~ $ sudo apt-get install balena-etcher-electron Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package balena-etcher-electron pi@rp1:~ $
The text was updated successfully, but these errors were encountered: