[Others] Android 软件包出现无法安装和卸载
Tofloor
poster avatar
yimisunrise
deepin
2021-07-14 21:39
Author

我通过商店安装了软件包,现在无法安装也无法卸载了。如下图:

我通过商店也卸载不了

请懂的大神告知一下怎么处理?谢谢!

Reply Favorite View the author
All Replies
zijinyise
deepin
2021-07-14 22:05
#1

试试sudo apt install -f

Reply View the author
忘记、过去
deepin
2021-07-15 02:09
#2

去 /var/lib/dpkg/info 文件夹下找对应包名开头的 .postinst 和 .postrm 文件,把里面的 exit 1 都改成 exit 0 应该就能正常卸载了。

 

目前上架的安卓应用的维护脚本都有同样的问题,只能等后面版本更新时慢慢替换了。

Reply View the author
yimisunrise
deepin
2021-07-19 15:38
#3

我的这个问题,通过系统升级后,现在已经不存在了。

Reply View the author