debtap: add page (#7947)
This commit is contained in:
21
pages/linux/debtap.md
Normal file
21
pages/linux/debtap.md
Normal 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}}`
|
Reference in New Issue
Block a user