Linux 根目录空间不足解决方法

清空cache

rm -rf ~/.cache

查找大文件

cd /home/where
find . -type f -size +800M

移除已安装的软件包

sudo apt-get autoclean
sudo apt-get clean
sudo apt-get autoremove
原文地址:https://www.cnblogs.com/linzhenyu/p/13591294.html