Ubuntu Cursor升级成v1.0

0. 当前版本低

使用当前 Cursor v0.50时 GitHub Copilot Chat 打不开,快捷键也不好用,当看到

Cursor 升级后,还是蛮高兴的

1. 下载 Cursor

下载地址:https://www.cursor.com/cn/downloads

点击下载 Linux (x64) ,下载后如下图:

bash 复制代码
$ ll Cursor-1.0.0-x86_64.AppImage 
-rw-rw-r-- 1 xjg xjg 191038656 6月   6 15:11 Cursor-1.0.0-x86_64.AppImage
$ shasum Cursor-1.0.0-x86_64.AppImage
3488d56c6dc25059217a3bd28b04d4361e7d0cc3  Cursor-1.0.0-x86_64.AppImage

输出文件的 SHA256 哈希值。可以将这个值与官方提供的哈希值进行对比,确保文件完整无误。

2. 安装

赋予执行权限

bash 复制代码
$ sudo chmod +x Cursor-1.0.0-x86_64.AppImage 
$ ll Cursor-1.0.0-x86_64.AppImage 
-rwxrwxr-x 1 xjg xjg 191038656 6月   6 15:11 Cursor-1.0.0-x86_64.AppImage*

移动cursor_V1.appimage

bash 复制代码
$ cd /opt/
$ ls
cursor.appimage
$ sudo mv /home/xxx/Downloads/Cursor-1.0.0-x86_64.AppImage /opt/cursor_V1.appimage

修改桌面启动器内容

bash 复制代码
$ sudo gedit /usr/share/applications/cursor.desktop

在**/usr/share/applications/cursor.desktop** 写入下面内容:

bash 复制代码
[Desktop Entry]
Type=Application
Name=Cursor
Exec=/opt/cursor_v1.appimage
Icon=/opt/cursor.png
Categories=Development;

更新后刷新快捷方式:

bash 复制代码
sudo update-desktop-database /usr/share/applications/

升级成功

相关推荐
傲世(C/C++,Linux)8 分钟前
Linux系统编程——TCP服务器
linux·服务器·tcp/ip
杨云龙UP28 分钟前
SQL Server 备份异地同步 + 清理脚本
运维·服务器·数据库·sql·mysql·sqlserver
q***48411 小时前
Nginx中$http_host、$host、$proxy_host的区别
运维·nginx·http
橘子真甜~2 小时前
C/C++ Linux网络编程8 - epoll + ET Reactor TCP服务器
linux·服务器·网络
万变不离其宗_82 小时前
centos 手动安装redis
linux·redis·centos
_lst_2 小时前
linux进程状态
linux·运维·服务器
霍格沃兹测试开发学社-小明2 小时前
AI来袭:自动化测试在智能实战中的华丽转身
运维·人工智能·python·测试工具·开源
稚辉君.MCA_P8_Java2 小时前
Gemini永久会员 归并排序(Merge Sort) 基于分治思想(Divide and Conquer)的高效排序算法
java·linux·算法·spring·排序算法
wanderist.2 小时前
Linux使用经验——离线运行python脚本
linux·网络·python
MaisieKim_2 小时前
2025年企业文档管理系统全面评测报告
运维·数据库