教程

Linux下清理空间,玩客云清理内存

蓝猫の鱼 · 11月5日 · 2023年 · · · · · 本文共233个字 · 预计阅读1分钟943次已读

1,常用的清理命令:

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

2,清理opera firefox的缓存文件:

ls ~/.opera/cache4
ls ~/.mozilla/firefox/*.default/Cache

3,清理Linux下孤立的包:

deborphansudo apt-get install deborphan -y

 

0 条回应
| 耗时 0.671 秒 | 查询 9 次 | 内存 36.47 MB |