[Exchange and share] deepin23如何卸载软件
Tofloor
poster avatar
youzisjz
deepin
2022-08-31 19:39
Author

deepin23没有应用商店,右键卸载软件失败,应该通过什么方式卸载安装的软件呢?

Reply Favorite View the author
All Replies
xuqi
deepin testing team
2022-08-31 19:45
#1
  • http://doc-dev.linglong.space/ll-cli/
Reply View the author
xuqi
deepin testing team
2022-08-31 19:45
#2

ll-cli uninstall

ll-cli uninstall命令可以安装玲珑应用。

查看 ll-cli uninstall命令的帮助信息:

ll-cli uninstall --help

ll-cli uninstall命令的帮助信息如下:

Usage: ll-cli [options] uninstall com.deepin.demo

Options:
  -h, --help                           Displays this help.
  --default-config                     default config json filepath
  --nodbus                             execute cmd directly, not via dbus
  --repo-point <--repo-point=flatpak>  app repo type to use

Arguments:
  uninstall                            uninstall an application
  appId                                application id

使用 ll-cli uninstall命令卸载玲珑应用:

ll-cli uninstall 

默认卸载最高版本,可以通过 appid后附加对应版本号卸载指定版本:

ll-cli uninstall 

该命令执行成功后,该玲珑应用将从系统中被卸载掉。

Reply View the author
Jokul
deepin
2022-08-31 20:20
#3

先使用 “ll-cli list” 查看已安装的玲珑程序列表

找到要删除的程序,复制程序的appid

然后使用 “ll-cli uninstall 要删除的appid”就可以卸载了

Reply View the author
ThinKinG
deepin testing team
2022-08-31 22:32
#4

玲珑应用可在终端中进行卸载

请参考:

https://wiki.deepin.org/zh/%E8%BD%AF%E4%BB%B6/%E7%8E%B2%E7%8F%91%E5%BA%94%E7%94%A8%E7%9A%84%E4%BD%BF%E7%94%A8

http://doc-dev.linglong.space/ll-cli/manual/uninstall.html

Reply View the author
youzisjz
deepin
2022-09-06 01:42
#5

非常感谢各位的回复。如果能像UOS那样直接右键点击快捷方式或者从应用商店卸载就方便了。

Reply View the author