Monday, April 29, 2024
 Popular · Latest · Hot · Upcoming
3
rated 0 times [  3] [ 0]  / answers: 1 / hits: 5176  / 3 Years ago, sat, july 24, 2021, 3:56:08

I am trying to install BalenaEtcher on ubuntu 20.04 but getting "BalenaEtcher repository not found 502 bad gateway"


Tried these commands:
echo "deb https://deb.etcher.io stable etcher" | sudo tee /etc/apt/sources.list.d/balena-etcher.list


sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 379CE192D401AB61


sudo apt-get update


sudo apt-get install balena-etcher-electron


More From » live-usb

 Answers
6

Finally this worked for me


curl -1sLf 
'https://dl.cloudsmith.io/public/balena/etcher/setup.deb.sh'
| sudo -E bash

then,


sudo apt-get update
sudo apt-get install balena-etcher-electron

ref: https://github.com/balena-io/etcher#debian-and-ubuntu-based-package-repository-gnulinux-x86x64


[#371] Sunday, July 25, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
altybol

Total Points: 364
Total Questions: 138
Total Answers: 121

Location: France
Member since Thu, May 6, 2021
3 Years ago
altybol questions
;