Skip to content
New issue

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

Cannot install Etcher on Ubuntu 22.04 LTS #4023

Open
leanmarg opened this issue Mar 7, 2023 · 6 comments
Open

Cannot install Etcher on Ubuntu 22.04 LTS #4023

leanmarg opened this issue Mar 7, 2023 · 6 comments

Comments

@leanmarg
Copy link

leanmarg commented Mar 7, 2023

  • 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? ?
@aethernet
Copy link
Contributor

aethernet commented Mar 9, 2023

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

@ranjitkathiriya
Copy link

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
Copy link

Even in my case it ios not working,

@MarkyMarkDE
Copy link

MarkyMarkDE commented Mar 17, 2023

@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

@danielkirch
Copy link

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.

@MarkyMarkDE
Copy link

MarkyMarkDE commented Apr 1, 2023

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants