cursor icon indicating copy to clipboard operation
cursor copied to clipboard

Install package for major linux distributions [e.g. Fedora, Ubuntu]

Open seanmrnda opened this issue 1 year ago • 6 comments

Downloading appimage for linux installation is the worst. It should be properly installed. We need .rpm and .deb packages.

seanmrnda avatar Nov 25 '24 16:11 seanmrnda

Installing FUSE (required for AppImage) on Ubuntu versions 22.04 and above causes system instability due to conflicts with core system packages. In some cases, it requires a complete system reinstall. Use libfuse2 (NOT FUSE) on Ubuntu 22.04 and above.

Please consider providing a .deb package as an alternative installation method.

Current workaround is to manually move the AppImage to /opt and create desktop entries, but this is not ideal.

alexmc2 avatar Nov 25 '24 17:11 alexmc2

Also please don't forget to finally fix double window decorations on Ubuntu 22.04! (it displays both Cursor and default system window decorations on top of one another - should only be Cursor's)

Installing FUSE (required for AppImage) on Ubuntu versions 22.04 and above causes system instability due to conflicts with core system packages. In some cases, it requires a complete system reinstall. Use libfuse2 (NOT FUSE) on Ubuntu 22.04 and above.

Please consider providing a .deb package as an alternative installation method.

Current workaround is to manually move the AppImage to /opt and create desktop entries, but this is not ideal.

doliveira4 avatar Nov 26 '24 11:11 doliveira4

There is a workaround: you can extract and start the AppImage without FUSE needed. However, I would prefer a native installation as well.

Installation:

APP_URL="https://downloader.cursor.sh/linux/appImage/x64"

curl -s -D - "${APP_URL}" -o cursor.AppImage
chmod +x cursor.AppImage --appimage-extract
./cursor.AppImage --appimage-extract
sudo chown root:root ./squashfs-root/chrome-sandbox
sudo chmod 4755 ./squashfs-root/chrome-sandbox
mv  ./squashfs-root /full/path/to/squashfs-root

Start of the Application

export APPDIR=/full/path/to/squashfs-root
${APPDIR}/AppRun --no-sandbox

oveits avatar Dec 17 '24 07:12 oveits

A .deb package would be great because a .deb package version could also update itself. It seems the AppImage thinks its updating but does nothing because its an AppImage. Really annoying when you really want to try out 0.45 its being dangled in front of you and you have to wait until its posted.

codyfrisch avatar Jan 26 '25 00:01 codyfrisch

i am using macos 15.2 (24C101), M1 chip, How can i get the .deb package download link?

2025年1月26日 08:20,Cody F @.***> 写道:

A .deb package would be great because a .deb package version could also update itself. It seems the AppImage thinks its updating but does nothing because its an AppImage. Really annoying when you really want to try out 0.45 its being dangled in front of you and you have to wait until its posted.

— Reply to this email directly, view it on GitHub https://github.com/getcursor/cursor/issues/2417#issuecomment-2614147169, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABTUSF2I5IV4EWC7FEZJHZ32MQS3RAVCNFSM6AAAAABSOLEC3GVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMJUGE2DOMJWHE. You are receiving this because you are subscribed to this thread.

EricKengObscure avatar Jan 26 '25 01:01 EricKengObscure

i am using macos 15.2 (24C101), M1 chip, How can i get the .deb package download link?

Deb is for Linux distros like Ubuntu, Debian, Linux Mint.. Not for MacOS🦙

Anyhow, you might want to use their forum, check out this long lasting thread: https://forum.cursor.com/t/cursor-install-ubuntu-24-04/4838/41?u=melroy89

melroy89 avatar Apr 23 '25 20:04 melroy89