在LInux下不同于Windows会产生系统垃圾,但是Linux会产生安装软件时的依赖包,比如卸载一个软件,其依赖包是不会删除的。但是可以通过以下命令解决:

#清理旧版本的软件缓存
sudo apt-get autoclean
#清理所有软件缓存
sudo apt-get clean
#删除系统不再使用的孤立软件
sudo apt-get autoremove

如果是GUI的工具,推荐BleachBit:

安装:

sudo apt-get install bleachbit

启动:

sudo bleachbit &

或者

Ubuntu 16.04安装BleachBit清理系统垃圾文件

 

相关文章:

  • 2021-09-16
  • 2021-12-17
  • 2022-12-23
  • 2021-12-13
  • 2021-12-03
  • 2021-11-20
猜你喜欢
  • 2022-12-23
  • 2021-08-10
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-14
  • 2021-12-26
相关资源
相似解决方案