Cursor with Vanilla-OS - Appimage not working

Hello,

i’d like to use Cursor with Vanilla-OS but somehow i’m stuck with executing the AppImage. Can you help me get it installed, or do i have to switch distro again?

Greetz
copyfloppy

What is the error

./Cursor-0.48.7-x86_64.AppImage 
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

Try:

apx install libfuse2

apx install libfuse2
Error: unknown command "install" for "apx"
Run 'apx --help' for usage.
  ERROR   unknown command "install" for "apx"

Okay, I have not used vanilla. Which version?

Try:

abroot exec apt install libfuse2

Vanilla OS 2.0 Orchid

abroot exec apt install libfuse2
Error: unknown command "exec" for "abroot"
Run 'abroot --help' for usage.
  ERROR   unknown command "exec" for "abroot"

abroot pkg add libfuse2

abroot pkg add libfuse2
  ERROR   package does not exist in repo: libfuse2

@tmm1: thank you for your help, but probably Vanilla-OS is not the right distribution for me. I will switch to another distribution, where I can open AppImages.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.