[Share Experiences] 分享一段我在用的清理脚本
Tofloor
poster avatar
ghostry
deepin
2021-11-06 23:02
Author

分享一段我在用的清理脚本,会清理卸载残留和日志。

sudo apt autoclean
sudo apt clean
sudo apt-get autoremove --purge -y
dpkg -l |grep ^rc|awk '{print $2}' |sudo xargs dpkg -P 2>/dev/null
sudo find /var/log -type f -mtime +1 -delete
sudo journalctl --vacuum-size=10M
Reply Favorite View the author
All Replies
安洛
deepin
2021-11-07 07:51
#1

linux下也有stacer和bleachbit之类的专业软件负责。

Reply View the author