系统2026年4月5日1 阅读· 开发者Ubuntu 服务器系统空间清理指南```bash # 清理 apt 缓存 sudo apt clean # 清理已下载但未安装的包 sudo apt autoclean # 清理不再需要的依赖 sudo apt autoremove ```#ubuntu