Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 565 Bytes

File metadata and controls

17 lines (13 loc) · 565 Bytes

flatpak-extract

Get it from the Snap Store

a CLI app for extracting .flatpak files

usage: flatpak-extract [-h] [--outdir OUTDIR] [--tmpdir TMPDIR] filename

Extracts a .flatpak file.

positional arguments:
  filename         Path to the input .flatpak file.

options:
  -h, --help       show this help message and exit
  --outdir OUTDIR  Directory to write the content into. (has default)
  --tmpdir TMPDIR  Temporary directory for the OSTree repository. (has default)