应用商店里的系统修改工具清理磁盘后商店无法使用
Tofloor
poster avatar
johnmy
deepin
2019-12-16 01:55
Author
本帖最后由 johnmy 于 2019-12-15 17:57 编辑

使用商店里的系统修复工具清理磁盘后商店无法使用,无法搜索,只是固定在首页推荐,无法点击排行榜,网络应用...等,是怎么回事?重装商店可以解决吗?当时下载这个软件时有个评论也提到了这个问题。




Reply Favorite View the author
All Replies
avatar
ghostry
deepin
2019-12-16 02:09
#1
Linux并不需要什么清理软件.

只需一些配置,临时文件和日志都不会存硬盘了.
  1. cat /etc/fstab
  2. tmpfs /tmp tmpfs defaults 0 0
  3. tmpfs /var/tmp tmpfs defaults 0 0
  4. tmpfs /var/log tmpfs defaults 0 0

  5. ln -s /tmp ~/.cache
Copy the Code
Reply View the author
avatar
johnmy
deepin
2019-12-16 02:23
#2
在设置中把更新源改为智能镜像源,把商店删除后重装安装了一下可以了。
  1. sudo apt-get --purge remove deepin-appstore
  2. sudo apt-get install deepin-appstore
Copy the Code
Reply View the author