Cursor install Ubuntu 24.04

True! We finally have dedicated deb files.

During the deb install, it ask you whether you want to install the APT repository. Which is even better..

However, it will not at the required GPG key that is required by APT to check the signature..

Downloading + installing the correct GPG key can be done via:

curl -fsSL ``https://downloads.cursor.com/keys/anysphere.asc``
| gpg --dearmor
| sudo tee /etc/apt/keyrings/cursor.gpg >/dev/null

Or via the deprecated apt-key CLI command (run as root):

wget -O - -q https://downloads.cursor.com/keys/anysphere.asc | apt-key add -

@sanjeed5 Would be nice to explain setting-up / installing the APT repository as well on: Download · Cursor