清除Ubuntu下的系统垃圾(转)

sudo apt-get autoclean 清理旧版本的软件缓存

sudo apt-get clean 清理所有软件缓存

sudo apt-get autoremove 删除系统不再使用的孤立软件

你可能感兴趣的:(ubuntu)