[Topic DIscussion] vim问题 Resolved
Tofloor
poster avatar
chenyun
deepin
2022-10-21 06:24
Author

在应用商店下载安装了gvim,已更新到了9.0版,为什么在命令行中打开vim仍然是8.1版的?怎样才能把命令行中的vim更新到9.0版

Reply Favorite View the author
All Replies
顺康
deepin
2022-10-21 16:47
#1

截图_deepin-home-appstore-client_20221021084723.png

Reply View the author
来自Ubuntu的某位用户
deepin
2022-10-22 05:25
#2

建议先在终端里输入

sudo apt update && sudo apt upgrade

试下

如果不行,可以输入

sudo apt autoremove vim && sudo apt install vim

Reply View the author
chenyun
deepin
2022-10-24 03:32
#3

已经用update-alternatives添加并切换至9.0版,谢谢各位

Reply View the author