1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 18:22:08 +02:00
tldr/pages/linux/debtap.md
2022-04-03 09:56:06 -03:00

21 lines
502 B
Markdown

# 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 --update`
- Convert the specified package:
`debtap {{path/to/package.deb}}`
- Convert the specified package bypassing all questions, except for editing metadata files:
`debtap --quiet {{path/to/package.deb}}`
- Generate a PKGBUILD file:
`debtap --pkgbuild {{path/to/package.deb}}`