Package Details: balena-etcher 2:1.18.14-1

Git Clone URL: https://aur.archlinux.org/balena-etcher.git (read-only, click to copy)
Package Base: balena-etcher
Description: Flash OS images to SD cards & USB drives, safely and easily
Upstream URL: https://balena.io/etcher
Licenses: Apache
Conflicts: etcher, etcher-bin, etcher-git
Submitter: gin078
Maintainer: zhullyb (Clansty, sukanka, lilac)
Last Packager: lilac
Votes: 255
Popularity: 1.39
First Submitted: 2019-05-13 11:35 (UTC)
Last Updated: 2023-12-20 22:52 (UTC)

Latest Comments

1 2 3 4 5 6 .. 29 Next › Last »

3xploiton3 commented on 2024-02-06 00:31 (UTC) (edited on 2024-02-06 00:32 (UTC) by 3xploiton3)

failed to install

Downloading and installing node v16.20.2...
Downloading https://nodejs.org/dist/v16.20.2/node-v16.20.2-linux-x64.tar.xz...
############################################################################################################################## 100.0%
Computing checksum with sha256sum
Checksums matched!
nvm is not compatible with the "npm_config_prefix" environment variable: currently set to "/home/hostname/.local"
Run `unset npm_config_prefix` to unset it.
==> ERROR: A failure occurred in prepare().
    Aborting...
 -> error making: balena-etcher-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
balena-etcher - exit status 4

james commented on 2023-12-28 18:18 (UTC)

might want to use the pre-release for now as 1.18.14 doesn't work because of this bug: https://github.com/balena-io/etcher/issues/4138

It's fixed in the pre-releases: https://github.com/balena-io/etcher/releases

mxaddict commented on 2023-12-07 10:35 (UTC)

diff --git a/PKGBUILD b/PKGBUILD
index adec9df..2ea7005 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ arch=('x86_64' 'i686' 'armv7h' 'aarch64')
 _github_url='https://github.com/balena-io/etcher'
 url='https://balena.io/etcher'
 license=(Apache)
-depends=("electron19" "gtk3" "libxtst" "libxss" "nss" "alsa-lib" "glib2" "polkit" "libusb")
+depends=("electron" "gtk3" "libxtst" "libxss" "nss" "alsa-lib" "glib2" "polkit" "libusb")
 makedepends=("git" "python" "nvm")
 optdepends=("libnotify: for notifications")
 conflicts=("${_pkgname}"

Making this simple change works for balena etcher

mxaddict commented on 2023-12-07 10:32 (UTC)

Electron dependency seems to be outdated, should it not just use the electron package that is available via pacman?

abdallahalswaiti commented on 2023-10-25 18:41 (UTC)

you must use paru or yay to install this package or git clone https://aur.archlinux.org/balena-etcher.git and then use makepkg -si inside folder after that you will face electron error you can fix it by watch this 1min video https://www.youtube.com/watch?v=7NY1pSweaK8

chococandy commented on 2023-10-06 14:35 (UTC) (edited on 2023-10-06 14:37 (UTC) by chococandy)

Target not found

$ sudo pacman -S balena-etcher

error: target not found: balena-etcher

Youshou commented on 2023-08-28 14:21 (UTC) (edited on 2023-08-28 14:24 (UTC) by Youshou)

Does not work.

Duplicate of: Etcher-Bin

phonemic commented on 2023-07-12 12:52 (UTC)

This PKGBUILD doesn't work for me either.

-> Failed to install the following packages. Manual intervention is required:
balena-etcher - exit status 8
electron19 - exit status 4

phonemic commented on 2023-06-23 22:18 (UTC)

Can the dependencies be changed from electron19 since that package is orphaned?