1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-06 12:26:03 +02:00

apt-get: add autoclean example (#4294)

This commit is contained in:
Gustavo Dias Alexandre 2020-09-04 19:46:48 -03:00 committed by GitHub
parent 54e7a34498
commit 6f2b6fc169
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

View file

@ -23,6 +23,10 @@
`apt-get upgrade`
- Limpar o repositório local — removendo os arquivos de pacotes (.deb) de downloads interrompidos que não podem mais ser baixados:
`apt-get autoclean`
- Remover todos os pacotes obsoletos:
`apt-get autoremove`

View file

@ -23,6 +23,10 @@
`apt-get upgrade`
- Clean the local repository - removing package files (.deb) from interrupted downloads that can no longer be downloaded:
`apt-get autoclean`
- Remove all packages that are no longer needed:
`apt-get autoremove`