Etcher AppImage won't open on Kubuntu 18.04

I downloaded Etcher in an attempt to install RetroPie. After unzipping, it gives me an AppImage, which I'm supposed to be able to run from anywhere. I changed the permissions

$ chmod a+x balena-etcher-electron-1.4.9-i386.AppImage

Then tried to run it from the command line. No good.

$ ./balena-etcher-electron-1.4.9-i386.AppImage
./balena-etcher-electron-1.4.9-i386.AppImage: error while loading shared libraries: libfuse.so.2: cannot open shared object file: No such file or directory

2 Answers

Another search found a GitHub error for Etcher on Mint:

In that thread, it suggests to download the balena-etcher-electron_1.4.9_i386.deb from the release page. I used the one from v1.4.9.

Installed that and everything seems to be okay.

Are you really still on a 32-bit machine? If not, then you should use the 64-bit AppImage. And be aware of

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like