sudo apt-get clean
(清理所有緩存)sudo apt-get autoclean
(清理舊版本緩存)sudo yum clean all
sudo apt-get autoremove
(刪除不再需要的依賴包)sudo rm -rf /tmp/*
(刪除/tmp目錄所有臨時文件)sudo tmpwatch 7d /tmp
(刪除/tmp目錄7天內未訪問的文件)sudo journalctl --vacuum-time=7d
(刪除7天前的系統日志)du -sh /path/to/directory
(查看目錄占用空間)find / -type f -size +100M
(查找大于100MB的文件)sudo apt-get install bleachbit
。sudo add-apt-repository ppa:oguzhaninan/stacer && sudo apt update && sudo apt install stacer
。sudo add-apt-repository ppa:gerardpuig/ppa && sudo apt update && sudo apt install ubuntu-cleaner
。rm -rf
命令,避免誤刪系統文件。