1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-03 07:15:23 +02:00
tldr/pages/linux/debtap.md
Managor 77e10496de
linux/d*: add option placeholders, mnemonics and refresh more info links (#16996)
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2025-06-29 11:32:13 +03:00

529 B

debtap

Convert Debian packages into Arch Linux packages. See also: pacman-upgrade. More information: https://github.com/helixarch/debtap.

  • Update debtap database (before the first run):

sudo debtap {{[-u|--update]}}

  • Convert the specified package:

debtap {{path/to/package.deb}}

  • Convert the specified package bypassing all questions, except for editing metadata files:

debtap {{[-q|--quiet]}} {{path/to/package.deb}}

  • Generate a PKGBUILD file:

debtap {{[-p|--pkgbuild]}} {{path/to/package.deb}}