I am downloading cursor with a.deb file
Everytime a new update comes , it shows me to download me the file again and then reinstall it
Since cursor updates frequently it asking almost every day to redownload this .deb file and reinstall everything again
Steps to Reproduce
Just download using .deb file
Operating System
Linux
Current Cursor Version (Menu → About Cursor → Copy)
Hey, thanks for the report. The .deb version should actually set up automatic updates for you.
When you first launch Cursor after installing the .deb file, it automatically adds the necessary repositories to your system. After that, Cursor should update through your package manager (apt) like any other application, so you no longer need to download .deb files manually.
To check that everything is working:
After installing the .deb, launch Cursor at least once
Check if the repository was added: ls /etc/apt/sources.list.d/ (look for a Cursor-related file)
Then update packages as usual: sudo apt update && sudo apt upgrade
If the repository was not added automatically, could you please share:
Any error message you saw on the first launch
The output of: apt-cache policy cursor
Alternatively, you can use the AppImage version, which has built-in auto-update support.