etcher icon indicating copy to clipboard operation
etcher copied to clipboard

Ubuntu 24.04.3 LTS - Cannot install .deb file

Open darrenzou2000 opened this issue 8 months ago • 4 comments

downloaded balena-etcher_2.1.4_amd64.deb (i am using AMD)

sudo apt install ./balena-etcher_2.1.4_amd64.deb

N: Download is performed unsandboxed as root as file '/home/darren/Downloads/balena-etcher_2.1.4_amd64.deb' couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied)

? what does sudo do then?

darrenzou2000 avatar Aug 21 '25 00:08 darrenzou2000

download the portable linux version (the one located in etcher's website) since it can be executed directly with no install

idkwhattoputbcimlazy avatar Sep 06 '25 00:09 idkwhattoputbcimlazy

downloaded balena-etcher_2.1.4_amd64.deb (i am using AMD)

sudo apt install ./balena-etcher_2.1.4_amd64.deb

N: Download is performed unsandboxed as root as file '/home/darren/Downloads/balena-etcher_2.1.4_amd64.deb' couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied)

? what does sudo do then?

That's just a simple security warning about user _apt

If you want to ignore, please perform:

mv ~/Downloads/balena-etcher_2.1.4_amd64.deb /tmp/
sudo apt install /tmp/balena-etcher_2.1.4_amd64.deb

alexcorvis84 avatar Oct 01 '25 23:10 alexcorvis84

~# curl -1sLf 'https://dl.cloudsmith.io/public/balena/etcher/setup.deb.sh' | sudo -E bash Executing the setup script for the 'balena/etcher' repository ...

THE ABOVE SCRIPT FAILED WITH `NOPE: Checking if upstream install config is OK ... ^^^^: ... Failed to fetch configuration for your OS distribution release/version.

: : It looks like we don't currently support your distribution release and : version. This is something that we can fix by adding it to our list of : supported versions (see contact us below), or you can manually override : the values below to an equivalent distribution that we do support: : : ... distro=zorin version=17 codename=jammy arch=x86_64`

Edited comment

Install on ZorinOS-17.3 ubuntu 24.04.3 on x64, using balena-etcher_2.1.4_amd64.deb ,

~!/bin/bash cd /tmp/ wget https://github.com/balena-io/etcher/releases/download/v2.1.4/balena-etcher_2.1.4_amd64.deb sudo apt install /tmp/balena-etcher_2.1.4_amd64.deb cd ~/ balena-etcher [1005/113245.714403:FATAL:electron/shell/app/electron_main_delegate.cc:290] Running as root without --no-sandbox is not supported. See https://crbug.com/638180. Trace/breakpoint trap

FAILED

ostridge avatar Oct 05 '25 09:10 ostridge

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

Etcher hasn't used CloudSmith for a long time, see e.g. https://github.com/balena-io/etcher/issues/4059

lurch avatar Oct 08 '25 23:10 lurch