mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-30 19:55:40 +02:00
debtap: add Spanish translation (#15281)
This commit is contained in:
parent
5695f76f74
commit
ecbfac48f5
1 changed files with 21 additions and 0 deletions
21
pages.es/linux/debtap.md
Normal file
21
pages.es/linux/debtap.md
Normal file
|
@ -0,0 +1,21 @@
|
|||
# debtap
|
||||
|
||||
> Convierte paquetes Debian en paquetes de Arch Linux.
|
||||
> Vea también: `pacman-upgrade`.
|
||||
> Más información: <https://github.com/helixarch/debtap>.
|
||||
|
||||
- Actualiza la base de datos de debtap (antes de la primera ejecución):
|
||||
|
||||
`sudo debtap --update`
|
||||
|
||||
- Convierte el paquete especificado:
|
||||
|
||||
`debtap {{ruta/al/paquete.deb}}`
|
||||
|
||||
- Convierte el paquete especificado obviando todas las preguntas, excepto para editar archivos de metadatos:
|
||||
|
||||
`debtap --quiet {{ruta/al/paquete.deb}}`
|
||||
|
||||
- Genera un archivo PKGBUILD:
|
||||
|
||||
`debtap --pkgbuild {{ruta/al/paquete.deb}}`
|
Loading…
Add table
Reference in a new issue