On Wed Oct 9, 2019 at 2:14 PM Donnie Wooton wrote: > Is there a way to install a AppImage file on RasPi4 running Debian?
You almost certainly are not running Debian on your RasPi4, but Raspbian, which is something else entirely. You might get better help contacting a Raspbian list. To try to answer your question, the AppImage you are using is almost certainly built for the amd64 (aka "X86_64") architecture, rather than amd64 (aka "Aarch64"), which is what the Pi requires. (except, at the moment, Raspbian on the Pi4 is in 32 bit mode, i.e., armhf, not arm64)