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