更新补丁的下载路径是哪里?
Tofloor
poster avatar
156******90
deepin
2018-09-07 05:11
Author
如题。
因为磁盘空间很小,然后不打算升级系统,但是自动帮我把更新包下载了,所以我想把补丁包删掉。
对于日常只剩2个G空间的我来说,1个多G的补丁包太不能忽视了。
所以,路径是啥?
Reply Favorite View the author
All Replies
avatar
WENWEN
deepin
2018-09-07 05:32
#1
/var/cache/apt  貌似的,忘记了
Reply View the author
avatar
156******90
deepin
2018-09-07 05:38
#2
我刚刚查看了一下这个文件夹,里面文件的创建日期有的是之前几个月的,所以,这个文件夹中应该不全是更新的安装包吧?
Reply View the author
avatar
156******90
deepin
2018-09-07 05:55
#3
问题已经解决
路径是  var/cache/apt/archives
可以执行 sudo apt-get clean
sudo apt-get autoremove
清理
Reply View the author
avatar
lcw0268
deepin
2018-09-07 06:00
#4
sudo apt autoclean
就会自动清理下载的安装包。
sudo rm /var/cache/apt/archives/*.deb
Reply View the author
avatar
156******90
deepin
2018-09-08 18:56
#5
https://bbs.deepin.org/post/168548
sudo apt autoclean
就会自动清理下载的安装包。
sudo rm /var/cache/apt/archives/*.deb

嗯,对的
Reply View the author