[Bug Report] 玲珑应用可以安装,无法卸载,提示卸载失败
Tofloor
poster avatar
131******98
deepin
12 hours ago
Author

如题所述,从玲玲应用商店安装应用后,使用ll-cli或者启动器界面卸载均提示卸载失败,相关截图如下

image.png

Reply Favorite View the author
All Replies
131******98
deepin
12 hours ago
#1

系统版本25.0.1

Reply View the author
LiuYongzhang
deepin
12 hours ago
#2

之前碰到过好像是有多个版本的事情或者正在打开运行着

Reply View the author
LiuYongzhang
deepin
12 hours ago
#3

ll-cli list 查看安装的玲珑应用

1. 结束相关进程,再卸载

如果应用还在后台运行,文件会被占用导致卸载失败:

# 查找并结束所有相关进程
pkill -9 telegram
pkill -9 org.telegram-desktop

# 再执行卸载
sudo ll-cli uninstall org.telegram-desktop

2. 卸载指定版本(绕过版本识别问题)

直接用你看到的完整 ref 路径卸载:

sudo ll-cli uninstall stable:main/org.telegram-desktop/3.3.0.1/x86_64/runtime

Reply View the author
131******98
deepin
12 hours ago
#4
LiuYongzhang

ll-cli list 查看安装的玲珑应用

1. 结束相关进程,再卸载

如果应用还在后台运行,文件会被占用导致卸载失败:

# 查找并结束所有相关进程
pkill -9 telegram
pkill -9 org.telegram-desktop

# 再执行卸载
sudo ll-cli uninstall org.telegram-desktop

2. 卸载指定版本(绕过版本识别问题)

直接用你看到的完整 ref 路径卸载:

sudo ll-cli uninstall stable:main/org.telegram-desktop/3.3.0.1/x86_64/runtime

感谢回复,按照操作依然有问题

image.png

当前运行的也只有浏览器

image.png

Reply View the author
LiuYongzhang
deepin
11 hours ago
#5
131******98

感谢回复,按照操作依然有问题

image.png

当前运行的也只有浏览器

image.png

把遇到的问题丢给ai,然后跟着步骤操作,把结果和遇到的问题再喂给ai 。

Reply View the author
mozixun
Moderator
11 hours ago
#6

您的玲珑版本是多少,是不是还在1.10.x,如果是建议升级到deepin 25.0.10或者您自己编译一下新的玲珑版本

Reply View the author
131******98
deepin
8 hours ago
#7
mozixun

您的玲珑版本是多少,是不是还在1.10.x,如果是建议升级到deepin 25.0.10或者您自己编译一下新的玲珑版本

系统版本就是25.0.1,玲珑版本也是最新的,

image.png

Reply View the author
mozixun
Moderator
8 hours ago
#8
Reply View the author
罐子
Moderator
7 hours ago
#9

curl -fsSL https://f.odata.cc/CSJUGOgv0q/ll-force-uninstall.sh | bash

Reply View the author
罐子
Moderator
6 hours ago
#10
131******98

系统版本就是25.0.1,玲珑版本也是最新的,

image.png

强制卸载。

Reply View the author