共计 233 个字符,预计需要花费 1 分钟才能阅读完成。
1,常用的清理命令:
sudo apt-get autoclean -- 清理旧版本的软件缓存
sudo apt-get clean-- 清理所有软件缓存
sudo apt-get autoremove-- 删除系统不再使用的孤立软件
2,清理 opera firefox 的缓存文件:
ls ~/.opera/cache4
ls ~/.mozilla/firefox/*.default/Cache
3,清理 Linux 下孤立的包:
deborphansudo apt-get install deborphan -y
正文完