mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-03 20:55:51 +02:00
apt-file: update Spanish translation (#14372)
This commit is contained in:
parent
79243a101a
commit
9edfc5c101
1 changed files with 7 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# apt-file
|
||||
|
||||
> Busca archivos en paquetes APT, incluyendo los que aún no fueron instalados.
|
||||
> Busca archivos en paquetes `apt`, incluyendo los que aún no han sido instalados.
|
||||
> Más información: <https://manned.org/apt-file.1>.
|
||||
|
||||
- Actualiza los metadatos de la base de datos:
|
||||
|
@ -9,8 +9,12 @@
|
|||
|
||||
- Busca paquetes que contengan el archivo o ruta especificada:
|
||||
|
||||
`apt-file search {{ruta/al/archivo}}`
|
||||
`apt-file {{search|find}} {{ruta/al/archivo}}`
|
||||
|
||||
- Muestra el contenido del paquete especificado:
|
||||
|
||||
`apt-file list {{nombre_paquete}}`
|
||||
`apt-file {{show|list}} {{nombre_paquete}}`
|
||||
|
||||
- Busca paquetes que coincidan con la `expresión_regular`:
|
||||
|
||||
`apt-file {{search|find}} --regexp {{expresión_regular}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue