How to remove completely cursor AI editor and reinstall in ubuntu

I have tried uninstalling it with
$ rm -rf /path/to/Cursor-0.47.9-x86_64.AppImage
$ rm -rf ~/.cursor
$ rm -rf ~/.config/Cursor
$ rm -rf ~/.local/share/Cursor
$ rm -rf ~/.cache/Cursor
$ sudo apt remove --purge appimagelauncher -y
$ rm -f ~/.local/share/applications/cursor.desktop
$ update-desktop-database ~/.local/share/applications

and reinstall the cursor ai editor
Download the Cursor-0.47.9-x86_64.AppImage
$ chmod +x /path/to/Cursor-0.47.9-x86_64.AppImage
and install the appimagelauncher
$ sudo add-apt-repository ppa:appimagelauncher-team/stable
$ sudo apt update
$ sudo apt install appimagelauncher

and install the libfuse2
$ sudo apt-get install libfuse2

When run the Cursor-0.47.9-x86_64.AppImage with appimagelauncher

file not execute not install and Cursor editor not open

how to install again the cursor ai editor