How to Install and Setup Cursor AI Code Editor on Ubuntu
Go to https://www.cursor.com/
Click “Download for Free“
Save the AppImage file in Downloads which could be named as “cursor-0.42.3x86_64.AppImage“
Open terminal in Downloads
Make the AppImage executable
$ chmod +x cursor-0.42.3x86_64.AppImage
...
prasadsawant7.hashnode.dev2 min read
Thanks for the article dude!
However, when i run "sudo apt install libfuse2" command, i get below errors:
WARNING: The following packages cannot be authenticated! libfuse2 Install these packages without verification? [y/N] y Err:1 archive.ubuntu.com/ubuntu lunar/universe amd64 libfuse2 amd64 2.9.9-6 404 Not Found [IP: 2620:2d:4000:1::101 80] E: Failed to fetch archive.ubuntu.com/ubuntu/pool/universe/f/fuse/li… 404 Not Found [IP: 2620:2d:4000:1::101 80] E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
Let me know if you've already found solution to that!
Thanks!