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 FUSE · AppImage/AppImageKit Wiki · GitHub
for more information"
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 FUSE · AppImage/AppImageKit Wiki · GitHub
for more information"
… then… tryied to install libfuse2:
" root@wendel-ap:/home/wendel/Downloads# apt install libfuse2
Reading package lists… Done
Building dependency tree… Done
Reading state information… Done
Note, selecting ‘libfuse2t64’ instead of ‘libfuse2’
libfuse2t64 is already the newest version (2.9.9-8.1build1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
root@wendel-ap:/home/wendel/Downloads#
"
no luck.
then… pplx suggest to extra: " ./cursor-0.45.11-x86_64.AppImage --appimage-extract
cd squashfs-root
./AppRun
"
wtf, why the ubuntu setup of cursor is so ■■■■.
PS: I try to complain here and the woke mod block sh word.
got it running with “./cursor-0.45.11x86_64.AppImage --no-sandbox”, I don’t even know what is this sandbox, why I can just do a apt get install cursor?
Running without sandbox isn’t ideal for security, but there’s a good reason for the install complexity. Ubuntu 24.04 is pretty new and has some changes around FUSE that are causing issues with AppImages.
More info on this issue, that effects many apps using the Electron framework, not just Cursor, can be found here:
We’re working on getting Cursor into the apt repos which should make this way smoother. I apologise for the difficulty at the moment!