[App Store] 求助:应用商店无法下载应用
Tofloor
poster avatar
syqiven
deepin
2023-01-06 17:37
Author

任何应用都没法下载或者更新,提示下载磁盘空间不足

命令行信息如下:

2023-01-06, 09:33:46.318 [Info ] static bool Utils::GetDirPartitionSize(QString, qint64&, qint64&, qint64&) "df -k --output='size','used','avail' /var" ""
2023-01-06, 09:33:46.318 [Info ] static bool Utils::GetDirPartitionSize(QString, qint64&, qint64&, qint64&) ""
2023-01-06, 09:33:46.318 [Info ] static bool Utils::isEnoughVar(const AppBriefInfo&) "deepin-mail" ,avail: 0 - installedSize: 16481 > 2097152

Reply Favorite View the author
All Replies
忘记、过去
deepin
2023-01-06 19:35
#1

终端执行下 env LANGUAGE=en_US bash -c "df -k --output='size','used','avail' /var"",看看有没有报错

商店要求下载安装应用时 /var 分区剩余空间 > 2G,通过上述命令判断。你的日志显示命令执行失败了,可用剩余空间大小为 0

Reply View the author
syqiven
deepin
2023-01-06 23:54
#2
忘记、过去

终端执行下 env LANGUAGE=en_US bash -c "df -k --output='size','used','avail' /var"",看看有没有报错

商店要求下载安装应用时 /var 分区剩余空间 > 2G,通过上述命令判断。你的日志显示命令执行失败了,可用剩余空间大小为 0

命令输出结果如下:

1K-blocks Used Avail
502914096 232798568 244499144

查了一下,var的空间还剩200多G,不至于空间不够

Reply View the author
ldptest
deepin
2023-01-12 17:58
#3

我的空间的确不够,如何清理?

Reply View the author
ldptest
deepin
2023-01-12 18:03
#4

解决了,直接删除,cache,backup,log中内容。

Reply View the author
syqiven
deepin
2023-01-12 21:37
#5
ldptest

解决了,直接删除,cache,backup,log中内容。

我的删除了这些也没用,依然是提示空间不足,虽然还剩200多G的空间

Reply View the author