debtap: add page (#7947)

feature/refresh-touch
Chenfa Zheng 2022-04-03 20:56:06 +08:00 committed by GitHub
parent 78c684a6f6
commit 48c442da5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 21 additions and 0 deletions

21
pages/linux/debtap.md Normal file
View File

@ -0,0 +1,21 @@
# 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}}`