Add clean command

This commit is contained in:
Wilfried OLLIVIER 2019-07-08 15:18:25 +02:00
parent 2cef60c253
commit 4ec8a0d257
1 changed files with 6 additions and 0 deletions

View File

@ -64,4 +64,10 @@ apt upgrade
apt dist-upgrade
```
### Clean
```shell
apt autoclean
```
Enjoy !