mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-09 16:33:55 +02:00
rpmconf: add Spanish translation (#12141)
This commit is contained in:
parent
5894cbbd19
commit
6cd25bac2b
1 changed files with 13 additions and 0 deletions
13
pages.es/linux/rpmconf.md
Normal file
13
pages.es/linux/rpmconf.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
# rpmconf
|
||||
|
||||
> Gestiona los archivos RPMNEW, RPMSAVE y RPMORIG creados por las actualizaciones de paquetes.
|
||||
> Vea también: `rpm`.
|
||||
> Más información: <https://github.com/xsuchy/rpmconf>.
|
||||
|
||||
- Lista los archivos sobrantes y elige interactivamente que hacer con cada uno de ellos:
|
||||
|
||||
`sudo rpmconf --all`
|
||||
|
||||
- Elimina los archivos huérfanos RPMNEW y RPMSAVE:
|
||||
|
||||
`sudo rpmconf --all --clean`
|
Loading…
Add table
Reference in a new issue