Package Details: balena-etcher 2:1.19.25-3

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-2.0
Conflicts: etcher, etcher-bin, etcher-git
Submitter: gin078
Maintainer: zhullyb (Clansty, sukanka, lilac)
Last Packager: sukanka
Votes: 264
Popularity: 2.34
First Submitted: 2019-05-13 11:35 (UTC)
Last Updated: 2024-11-09 17:23 (UTC)

Latest Comments

« First ‹ Previous 1 .. 22 23 24 25 26 27 28 29 30 Next › Last »

ams1 commented on 2017-10-13 15:28 (UTC)

@oldgaro, that's not caused by the .deb change. That's because /bin/etcher now belongs to etcher-cli. You can type /opt/Etcher/etcher-electron if starting it from your DE isn't enough.

oldgaro commented on 2017-10-13 14:41 (UTC) (edited on 2017-10-13 15:12 (UTC) by oldgaro)

type -a etcher etcher not found! ... PS: appimage sounds a better idea than .deb crappy...

014 commented on 2017-10-07 17:03 (UTC)

I just have to say thanks for packaging this for Arch. Etcher is a great utility!

ams1 commented on 2017-08-22 22:21 (UTC)

There's a package for the CLI now. :-)

ams1 commented on 2017-08-10 08:43 (UTC)

There's a new experimental etcher CLI command that uses that name, so I deliberately let it change. (There's no AUR package for the CLI yet.)

imrehg commented on 2017-08-10 08:36 (UTC)

Would be nice to keep the `etcher` command as well, as got used to starting Etcher from the command line instead of the menu. Added the symlink in my own version of the package. mkdir -p "${pkgdir}/usr/bin/" ln -s "/opt/Etcher/etcher-electron" "${pkgdir}/usr/bin/etcher"

ams1 commented on 2017-08-08 11:43 (UTC)

The binaries come *from* the .deb files. Of course the pacman package is tar.xz The package takes more space because the electron stuff is no longer compressed inside a .AppImage file.

now-im commented on 2017-08-08 11:40 (UTC)

Why use .deb binaries? As far as I know .tar.xz or .zip is the standard for arch linux. Maybe this is the reason of this package taking more space. Packages (1) etcher-1.1.2-1 Total Installed Size: 175.07 MiB Net Upgrade Size: 113.29 MiB

ams1 commented on 2017-08-08 10:38 (UTC)

As of 1.1.2, this package uses the binaries from the .deb files.