Ceci est une ancienne révision du document !
Le fichier AppImage de Joplin ne s'exécutera pas sous Ubuntu 25.10 sans installation du paquet libfuse2t64 :
apt install -y libfuse2t64
L'application est distribuée au format AppImage :
cd ~/Applications wget -O Joplin-3.4.12.AppImage "https://objects.joplinusercontent.com/v3.4.12/Joplin-3.4.12.AppImage?source=JoplinWebsite&type=New" chmod u+x Joplin-3.4.12.AppImage
mkdir -p ~/.local/share/icons/hicolor/512x512/apps cd ~/.local/share/icons/hicolor/512x512/apps wget -O joplin.png "https://joplinapp.org/images/Icon512.png"
Au lancement de l'application le message d'erreur suivant est retourné :
dlopen(): error loading libfuse.so.2 AppImages require FUSE to run. You might still be able to extract the contents of this AppImage if you run it with the --appimage-extract option. See https://github.com/AppImage/AppImageKit/wiki/FUSE for more information
Sous Debian/Ubuntu le fichier se trouve dans le paquet libfuse2t64 :
apt install -y libfuse2t64
Le démarrage de l'application échoue avec le message d'erreur suivant :
[29782:1123/154211.659924:FATAL:setuid_sandbox_host.cc(163)] The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing I'm aborting now. You need to make sure that /tmp/.mount_JoplinatyUPm/chrome-sandbox is owned by root and has mode 4755. Trappe pour point d'arrêt et de trace (core dumped)
Lancer l'application avec l'option --no-sandbox