etcher icon indicating copy to clipboard operation
etcher copied to clipboard

Cannot install Etcher on Ubuntu 22.04 LTS

Open leanmarg opened this issue 1 year ago • 6 comments

  • Etcher version: Etcher for Linux - Latest on website
  • Operating system and architecture: Ubuntu 22.04 LTS on Intel Centrino
  • Image flashed: Could not get Etcher for Ubuntu (Debian File) following CloudSmith instructions
  • What do you think should have happened: I should have been able install Etcher on Ubuntu
  • What happened: Could not find the .deb file on server
  • Do you see any meaningful error information in the DevTools? ?

leanmarg avatar Mar 07 '23 16:03 leanmarg

@leanmarg Can you confirm you tried installing balena-etcher instead of balena-etcher-electron. I see the docs is confusing, I'm updating it.

aethernet avatar Mar 09 '23 09:03 aethernet

sudo apt install balena-etcher [sudo] password for airobo: Reading package lists... Done Building dependency tree... Done Reading state information... Done E: Unable to locate package balena-etcher

ranjitkathiriya avatar Mar 15 '23 11:03 ranjitkathiriya

Even in my case it ios not working,

ranjitkathiriya avatar Mar 15 '23 11:03 ranjitkathiriya

@ranjitkathiriya

have you installed Etcher by this way: https://github.com/balena-io/etcher? For me, this works well on Ubuntu 22.04.2 LTS But here you need to install curl before sudo apt-get install curl

MarkyMarkDE avatar Mar 17 '23 13:03 MarkyMarkDE

Hi, I am facing the same issue, seems like apt-get cannot find the package. curl is installed and all previous commands before the install are working. I tried both with the github guide and the one on Cloudsmith with the same result.

danielkirch avatar Apr 01 '23 11:04 danielkirch

@danielkirch

you did it exact like this?

If you don't have curl installed (it is not installed by default): sudo apt-get install curl

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

2. Update and install: sudo apt-get update sudo apt-get install balena-etcher-electron

Note: works also with apt as well, but I would also suggest apt-get as well.

This instruction has last worked for me on Ubuntu 22.04.2 LTS.

MarkyMarkDE avatar Apr 01 '23 14:04 MarkyMarkDE