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/

升级成功

相关推荐
江华森1 小时前
Spring Cloud 微服务全栈实战:从 Eureka 到 Docker Compose 一文贯通
运维
江华森1 小时前
Matplotlib 数据绘图基础入门
运维
XIAOHEZIcode1 小时前
Ubuntu 终端美化全栈指南:Bash 到 Kitty 踩坑实录
linux·ubuntu·命令行
江华森1 小时前
NumPy 数值计算基础入门
运维
唐青枫3 小时前
别再只会用 cron:Linux systemd Timer 定时任务实战详解
linux
AlfredZhao2 天前
生产环境里,为什么不建议把普通端口直接暴露到公网?
linux·https·443·80
戴为沐3 天前
Linux内存扩容指南
linux
zylyehuo3 天前
Linux 彻底且安全地删除文件
linux
用户805533698034 天前
主线 U-Boot 上 RK3506:和闭源 rkbin 拔河的三个隐性契约
linux·嵌入式
用户034095297914 天前
linux fcitx 5 雾凇拼音 设置在中文输入法下仍然输入英文标点
linux