[3rd-Party Apps] Postman手动删除安装目录之后无法再次安装
Tofloor
poster avatar
jiayou_jiang
deepin
2022-03-06 02:47
Author

Postman手动删除安装目录之后无法再次安装,

由于上次更新版本之后导致postman打开,于是我手动删除了安装目录和桌面图标之后,应用商店却还是显示已安装,这个需要怎么处理呢?

image.png

Reply Favorite View the author
All Replies
忘记、过去
deepin
2022-03-06 02:54
#1

谁给你的错觉:删除本地文件 = 卸载软件的,windows 吗?

应用管理里面点击卸载不好吗?或者终端执行 sudo apt autopurge com.postman.postman

Reply View the author
andktan
deepin
2022-03-06 03:40
#2

或者执行下sudo apt autoremove

然后重启或注销试试

Reply View the author
云的眼泪
deepin
2022-03-06 05:04
#3

手动安装:

sudo apt install com.postman.postman

Reply View the author
deepin-superuser
deepin
2022-03-06 19:25
#4

使用 sudo apt-get reinstall com.postman.postman 重装

Reply View the author