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
$HOME/.local/bin
) :distrobox-export --bin path/to/binary --export-path path/to/export
--sudo
will run the service as root inside the container):distrobox-export --service package --extra-flags "--allow-newer-config" --sudo
distrobox-export --app package --delete