Joplin AppImage Installation issue

Hi,

I tried to install the AppImage of Joplin (Joplin-1.0.170-x86_64.AppImage) on a Linux Mint computer (4.15.0-65-generic #74-Ubuntu SMP Tue Sep 17 17:12:56 UTC 2019 i686 i686 i686 GNU/Linux).

I made the AppImage executable with chmod a+x but when I run it I have the following issue :

$ ./Joplin-1.0.170-x86_64.AppImage 
bash: ./Joplin-1.0.170-x86_64.AppImage: cannot execute binary file: Exec format error

Is it related to my 32 bit CPU ? If yes, Is there any appimage in 32 bit anywhere ?

Thanks in advance for your help.

Yes it is because you’re on a 32 bit computer. I think you could probably get the windows version working with wine. Or it might be possible to compile Joplin yourself/run a development version if you really have to.

1 Like

Thanks for your reply.
I compile it from scartch on the target. It was a success and it runs perfectly.