System Grab Bag

View all TLDR pages from Linux (or from all pages)

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

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.