如何在Ubuntu 24.04上安装Cursor

添加 GPG key

bash 复制代码
curl -fsSL https://downloads.cursor.com/keys/anysphere.asc | gpg --dearmor | sudo tee /usr/share/keyrings/cursor.gpg > /dev/null

添加 repository

bash 复制代码
echo "deb [arch=amd64 signed-by=/usr/share/keyrings/cursor.gpg] https://downloads.cursor.com/aptrepo stable main" | sudo tee /etc/apt/sources.list.d/cursor.list > /dev/null

安装

bash 复制代码
sudo apt update
sudo apt install cursor

参考文献

相关推荐
__Witheart__2 小时前
RK 3588 Ubuntu SDK 编译 Linux Header(标头)
linux·ubuntu·rockchip
__Witheart__2 小时前
RK 3588 Ubuntu SDK 编译流程
ubuntu·rockchip
Moshow郑锴13 小时前
Ubuntu 26.04 中文输入法 : fcitx5+Rime中州韵引擎
linux·运维·ubuntu
Moshow郑锴17 小时前
Ubuntu 26.04 更换阿里云源镜像
linux·运维·ubuntu
梦想的颜色21 小时前
从零入门:Docker在Ubuntu上的安装、使用与主流镜像仓库实战(Java/Go/MySQL/PostgreSQL/MongoDB/Nginx
java·ubuntu·docker
行智科技1 天前
FAST-LIVO2 源码精读(二):环境搭建与编译避坑
算法·ubuntu·自动驾驶·slam
Qres8211 天前
docker & WSL & Ubuntu安装记录
ubuntu·docker·容器·wsl
祭曦念1 天前
【共创季稿事节】鸿蒙原生 ArkTS 布局:NavRouter + NavDestination 导航布局实战
ubuntu·华为·harmonyos
黑白园1 天前
【环境搭建】虚拟机及Ubuntu安装所需的电脑硬件资源
linux·ubuntu
syc78901232 天前
中文语境下AI编码工具实战对比:从迭代体验看日常开发选择
linux·人工智能·ubuntu