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