2022-04-03 20:56:06 +08:00
|
|
|
# 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):
|
|
|
|
|
2025-06-29 11:32:13 +03:00
|
|
|
`sudo debtap {{[-u|--update]}}`
|
2022-04-03 20:56:06 +08:00
|
|
|
|
|
|
|
- Convert the specified package:
|
|
|
|
|
|
|
|
`debtap {{path/to/package.deb}}`
|
|
|
|
|
|
|
|
- Convert the specified package bypassing all questions, except for editing metadata files:
|
|
|
|
|
2025-06-29 11:32:13 +03:00
|
|
|
`debtap {{[-q|--quiet]}} {{path/to/package.deb}}`
|
2022-04-03 20:56:06 +08:00
|
|
|
|
|
|
|
- Generate a PKGBUILD file:
|
|
|
|
|
2025-06-29 11:32:13 +03:00
|
|
|
`debtap {{[-p|--pkgbuild]}} {{path/to/package.deb}}`
|