删除/ var / cache以释放空间是否安全?


3

我想在制作分区图像之前从我的Ubuntu 12.04安装中释放一些磁盘空间。我想知道删除内容是否安全/var/cache

这里是顶部列表/var/cachedu

136M    ./oracle-jdk7-installer
105M    ./apt-xapian-index
82M ./apt
4.9M    ./debconf
3.4M    ./tomcat6
3.3M    ./man
2.9M    ./software-center
2.7M    ./postgresql
1004K   ./fontconfig

谢谢

Answers:


4

不要手动删除。正确的方法是

sudo apt-get clean
sudo apt-get autoclean
sudo apt-get autoremove

9
那只会处理/var/cache/apt
大卫施瓦茨2014年

Upvoted,David的评论。在一些情况下,这可能就足够了(这对我而言)。
小山古老森林Kami

1

我会使用像Bleachbit这样的工具来安全地清理缓存。

sudo apt-get install bleachbit

请引用参考链接中答案的基本部分,因为如果链接页面发生更改或目标站点无法访问/永久脱机,答案可能会变为无效。
DavidPostill
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.