distrobox-export Command Examples

Export app/service/binary from container to host OS. See also: tldr distrobox. More information: https://distrobox.it/usage/distrobox-export.

distrobox-export --app {{package}} --extra-flags "--foreground"

distrobox-export --bin {{path/to/binary}} --export-path {{path/to/binary_on_host}}

distrobox-export --bin {{path/to/binary}} --export-path {{path/to/export}}

distrobox-export --service {{package}} --extra-flags "--allow-newer-config" --sudo

distrobox-export --app {{package}} --delete