在应用商城里安装了VSCode后无法卸载
Tofloor
poster avatar
liangei
deepin
2019-07-27 12:37
Author
这是怎么回事?怎么删除呢。。。



Reply Favorite View the author
All Replies
avatar
残念
deepin
2019-07-27 14:58
#1
打开终端输入 sudo apt remove code
Reply View the author
avatar
WENWEN
deepin
2019-07-27 19:05
#2
sudo apt remove vscode
Reply View the author
avatar
liangei
deepin
2019-07-28 06:54
#3
https://bbs.deepin.org/post/181240
打开终端输入 sudo apt remove code

不行呢。。。
Reply View the author
avatar
liangei
deepin
2019-07-28 06:55
#4
https://bbs.deepin.org/post/181240
sudo apt remove vscode

也不行~~~
Reply View the author
avatar
走钢丝
deepin
2019-07-28 07:01
#5

不行你好歹给个失败信息的截图啊。
Reply View the author
avatar
liangei
deepin
2019-07-28 07:07
#6
https://bbs.deepin.org/post/181240
不行你好歹给个失败信息的截图啊。


无法定位到这个软件。。。我也不晓得这个软件安装在哪里。。

Reply View the author
avatar
走钢丝
deepin
2019-07-28 07:25
#7
本帖最后由 lidanger 于 2019-7-27 23:26 编辑
https://bbs.deepin.org/post/181240
无法定位到这个软件。。。我也不晓得这个软件安装在哪里。。

是 sudo apt remove code 这句的错误信息。可以先 sudo apt search code 看看装了哪个再说。不行 sudo apt remove code*
Reply View the author
avatar
残念
deepin
2019-07-28 19:00
#8
https://bbs.deepin.org/post/181240
无法定位到这个软件。。。我也不晓得这个软件安装在哪里。。

说明vscode已经被卸载了(vscode包名是"code");
如果想彻底删除(包括配置文件和拓展):一种是从官网下载.deb包安装,再执行sudo apt purge code
另一种方法是手动删除文件夹~/.config/Code和~/.vscode
应用商店有时安装和卸载软件或多或少会出一点问题,我也经常遇到楼主一样的问题,所以我基本不使用应用商店卸载。。。
Reply View the author