1
“ apt-get clean”和“ apt-get clean all”有何区别?
该命令之间的区别是什么(如果有的话): sudo apt-get clean 而这个命令: sudo apt-get clean all 在我的Lubuntu 12.04系统上,模拟这些命令可以发现它们的行为完全相同: ek@Apok:~$ apt-get -s clean NOTE: This is only a simulation! apt-get needs root privileges for real execution. Keep also in mind that locking is deactivated, so don't depend on the relevance to the real current situation! Del /var/cache/apt/archives/* /var/cache/apt/archives/partial/* …
90
command-line
apt