HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

debtap — Convert Debian packages into Arch Linux packages. See also: `pacman-upgrade`. More information: <htt

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandconvertdebiancliintoarchdebtappackages
linux

Problem

How to use the debtap command: Convert Debian packages into Arch Linux packages. See also: pacman-upgrade. More information: <https://github.com/helixarch/debtap#available-options>.

Solution

debtap — Convert Debian packages into Arch Linux packages. See also: pacman-upgrade. More information: <https://github.com/helixarch/debtap#available-options>.

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}}

Code Snippets

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}}

Context

tldr-pages: linux/debtap

Revisions (0)

No revisions yet.